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) --- runtime/ops/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops/runtime.rs') diff --git a/runtime/ops/runtime.rs b/runtime/ops/runtime.rs index 981ec7b91..66dd0de4b 100644 --- a/runtime/ops/runtime.rs +++ b/runtime/ops/runtime.rs @@ -20,7 +20,7 @@ pub fn init(main_module: ModuleSpecifier) -> Extension { fn op_main_module( state: &mut OpState, - _args: (), + _: (), _: (), ) -> Result { let main = state.borrow::().to_string(); -- cgit v1.2.3