diff options
Diffstat (limited to 'ops/optimizer_tests/async_nop.out')
-rw-r--r-- | ops/optimizer_tests/async_nop.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/optimizer_tests/async_nop.out b/ops/optimizer_tests/async_nop.out index abb195bd5..83ffed142 100644 --- a/ops/optimizer_tests/async_nop.out +++ b/ops/optimizer_tests/async_nop.out @@ -101,6 +101,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_void_async_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_void_async_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, __promise_id: i32, |