diff options
Diffstat (limited to 'cli/ops/timers.rs')
-rw-r--r-- | cli/ops/timers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/timers.rs b/cli/ops/timers.rs index 2c21ba6f1..75b53518c 100644 --- a/cli/ops/timers.rs +++ b/cli/ops/timers.rs @@ -51,7 +51,7 @@ fn op_global_timer( .new_timeout(deadline) .then(move |_| futures::future::ok(json!({}))); - Ok(JsonOp::Async(f.boxed())) + Ok(JsonOp::Async(f.boxed_local())) } // Returns a milliseconds and nanoseconds subsec |