diff options
Diffstat (limited to 'runtime/ops/timers.rs')
-rw-r--r-- | runtime/ops/timers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/timers.rs b/runtime/ops/timers.rs index d53a0c971..a00b04ed0 100644 --- a/runtime/ops/timers.rs +++ b/runtime/ops/timers.rs @@ -85,6 +85,7 @@ pub fn init(rt: &mut deno_core::JsRuntime) { super::reg_json_sync(rt, "op_sleep_sync", op_sleep_sync); } +#[allow(clippy::unnecessary_wraps)] fn op_global_timer_stop( state: &mut OpState, _args: Value, |