summaryrefslogtreecommitdiffstats
path: root/src/executor.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-28 22:17:25 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-28 22:17:25 +0200
commit044be90f0fef4c57df985ba862e5f4cf1bb684b1 (patch)
tree0b87a93f1879cbf7e4932a3c955f4df50053869d /src/executor.rs
parentc7bf9b3db322e5586178fdf1cab6fc456e0c9a97 (diff)
downloadrebel-044be90f0fef4c57df985ba862e5f4cf1bb684b1.tar
rebel-044be90f0fef4c57df985ba862e5f4cf1bb684b1.zip
Add convenience methods and trait implementations to TaskArgs
Diffstat (limited to 'src/executor.rs')
-rw-r--r--src/executor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/executor.rs b/src/executor.rs
index da651c0..8e87fe1 100644
--- a/src/executor.rs
+++ b/src/executor.rs
@@ -205,7 +205,6 @@ impl<'ctx> Executor<'ctx> {
id: task_ref.id.clone(),
args: task_ref
.args
- .0
.iter()
.map(|(k, v)| (k.clone(), serde_json::to_value(v).unwrap()))
.collect(),