From b4b4e5980be5e49211673b4d01c9f7d04f8572d4 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Tue, 26 Jul 2022 20:34:08 +0300 Subject: chore(ops): Remove unused arguments from ops (#15315) --- ext/web/timers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/web') diff --git a/ext/web/timers.rs b/ext/web/timers.rs index f57baa559..ebef717ba 100644 --- a/ext/web/timers.rs +++ b/ext/web/timers.rs @@ -28,7 +28,7 @@ pub type StartTime = Instant; // If the High precision flag is not set, the // nanoseconds are rounded on 2ms. #[op] -pub fn op_now(state: &mut OpState, _argument: ()) -> f64 +pub fn op_now(state: &mut OpState) -> f64 where TP: TimersPermission + 'static, { -- cgit v1.2.3