summaryrefslogtreecommitdiff
path: root/runtime/ops/timers.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-02-12 21:08:36 +1100
committerGitHub <noreply@github.com>2021-02-12 21:08:36 +1100
commit54e53cc9ea0767dfe8a44f92361f68c03f5f038f (patch)
tree12fa9db568984e97f5885e488857d406580a99b9 /runtime/ops/timers.rs
parent146fb360c649f87c6898848bd3ee3610cd7ee8a6 (diff)
chore: Update to Rust 1.50.0 (#9479)
Diffstat (limited to 'runtime/ops/timers.rs')
-rw-r--r--runtime/ops/timers.rs1
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,