From 2eb8c3b82fd54027c35c87ccc94797e34e2e95fd Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 23 Apr 2022 22:19:06 +0530 Subject: chore(ext/fetch): custom arity (#14198) --- ops/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/lib.rs') diff --git a/ops/lib.rs b/ops/lib.rs index 3dc7665e2..5f7cbfed4 100644 --- a/ops/lib.rs +++ b/ops/lib.rs @@ -115,6 +115,7 @@ pub fn op(attr: TokenStream, item: TokenStream) -> TokenStream { } #[inline] + #[allow(clippy::too_many_arguments)] #original_func pub fn v8_func #generics ( -- cgit v1.2.3