diff --git a/compiler/gen/src/llvm/refcounting.rs b/compiler/gen/src/llvm/refcounting.rs index 31e4e999e6..4cd134818e 100644 --- a/compiler/gen/src/llvm/refcounting.rs +++ b/compiler/gen/src/llvm/refcounting.rs @@ -813,6 +813,7 @@ fn modify_refcount_str_help<'a, 'ctx, 'env>( builder.build_return(None); } +#[allow(clippy::too_many_arguments)] fn modify_refcount_dict<'a, 'ctx, 'env>( env: &Env<'a, 'ctx, 'env>, layout_ids: &mut LayoutIds<'a>, @@ -863,6 +864,7 @@ fn modify_refcount_dict<'a, 'ctx, 'env>( call_help(env, function, mode, original_wrapper.into(), call_name); } +#[allow(clippy::too_many_arguments)] fn modify_refcount_dict_help<'a, 'ctx, 'env>( env: &Env<'a, 'ctx, 'env>, layout_ids: &mut LayoutIds<'a>,