From 88d0f01948b68f4a4d87e02a5138e94ac0a6eaea Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Mon, 14 Mar 2022 23:38:53 +0100 Subject: feat(ops): custom arity (#13949) Also cleanup & drop ignored wildcard op-args --- runtime/ops/http.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/ops/http.rs') diff --git a/runtime/ops/http.rs b/runtime/ops/http.rs index 25f123b32..47ec31751 100644 --- a/runtime/ops/http.rs +++ b/runtime/ops/http.rs @@ -20,7 +20,6 @@ pub fn init() -> Extension { fn op_http_start( state: &mut OpState, tcp_stream_rid: ResourceId, - _: (), ) -> Result { if let Ok(resource_rc) = state .resource_table -- cgit v1.2.3