diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-03-14 23:38:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 23:38:53 +0100 |
commit | 88d0f01948b68f4a4d87e02a5138e94ac0a6eaea (patch) | |
tree | 2b50e5d2c6990c94f47e604281f3557b3efd9736 /runtime/ops/http.rs | |
parent | 9f494dc405afc4b1b29fa4c813bd5751f26aaa36 (diff) |
feat(ops): custom arity (#13949)
Also cleanup & drop ignored wildcard op-args
Diffstat (limited to 'runtime/ops/http.rs')
-rw-r--r-- | runtime/ops/http.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<ResourceId, AnyError> { if let Ok(resource_rc) = state .resource_table |