diff --git a/compiler/mono/src/decision_tree.rs b/compiler/mono/src/decision_tree.rs index 2fe283db14..275d7278c4 100644 --- a/compiler/mono/src/decision_tree.rs +++ b/compiler/mono/src/decision_tree.rs @@ -1369,7 +1369,7 @@ fn compile_test<'a>( ) } -#[warn(clippy::too_many_arguments)] +#[allow(clippy::too_many_arguments)] fn compile_test_help<'a>( env: &mut Env<'a, '_>, branch_info: ConstructorKnown<'a>,