diff options
Diffstat (limited to 'ops/optimizer_tests/owned_string.out')
-rw-r--r-- | ops/optimizer_tests/owned_string.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/optimizer_tests/owned_string.out b/ops/optimizer_tests/owned_string.out index 023a90071..58a952cd7 100644 --- a/ops/optimizer_tests/owned_string.out +++ b/ops/optimizer_tests/owned_string.out @@ -90,6 +90,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_string_length_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn op_string_length_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, string: *const deno_core::v8::fast_api::FastApiOneByteString, |