diff options
Diffstat (limited to 'ops/fast_call.rs')
-rw-r--r-- | ops/fast_call.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/fast_call.rs b/ops/fast_call.rs index a6162a019..fa5af74b8 100644 --- a/ops/fast_call.rs +++ b/ops/fast_call.rs @@ -329,6 +329,7 @@ pub(crate) fn generate( let fast_fn = q!( Vars { core, pre_transforms, op_name_fast: &fast_fn_ident, op_name: &ident, fast_fn_inputs, generics, call_generics: &caller_generics, where_clause, idents, transforms, output_transforms, output: &output }, { + #[allow(clippy::too_many_arguments)] fn op_name_fast generics (_: core::v8::Local<core::v8::Object>, fast_fn_inputs) -> output where_clause { use core::v8; use core::_ops; |