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 --- ext/fetch/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/fetch/lib.rs') diff --git a/ext/fetch/lib.rs b/ext/fetch/lib.rs index 7a0c9b16f..59d5f9a6b 100644 --- a/ext/fetch/lib.rs +++ b/ext/fetch/lib.rs @@ -369,7 +369,6 @@ pub struct FetchResponse { pub async fn op_fetch_send( state: Rc>, rid: ResourceId, - _: (), ) -> Result { let request = state .borrow_mut() @@ -528,7 +527,6 @@ pub struct CreateHttpClientOptions { pub fn op_fetch_custom_client( state: &mut OpState, args: CreateHttpClientOptions, - _: (), ) -> Result where FP: FetchPermissions + 'static, -- cgit v1.2.3