From 77a00ce1fb4ae2523e22b9b84ae09a0200502e38 Mon Sep 17 00:00:00 2001 From: Leo K Date: Tue, 5 Oct 2021 22:38:27 +0200 Subject: chore: various op cleanup (#12329) --- ext/timers/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/timers') diff --git a/ext/timers/lib.rs b/ext/timers/lib.rs index 384627c57..d95ac71e8 100644 --- a/ext/timers/lib.rs +++ b/ext/timers/lib.rs @@ -93,7 +93,7 @@ impl GlobalTimer { pub fn op_global_timer_stop( state: &mut OpState, - _args: (), + _: (), _: (), ) -> Result<(), AnyError> { let global_timer = state.borrow_mut::(); @@ -127,7 +127,7 @@ pub fn op_global_timer_start( pub async fn op_global_timer( state: Rc>, - _args: (), + _: (), _: (), ) -> Result<(), AnyError> { let maybe_timer_fut = { -- cgit v1.2.3