Allow all the arguments

This commit is contained in:
Ayaz Hafiz 2022-12-29 11:42:24 -06:00
parent 759f8d86af
commit 0011636ba9
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 2 additions and 13 deletions

View file

@ -59,7 +59,6 @@ macro_rules! list_element_layout {
};
}
#[allow(clippy::too_many_arguments)]
pub(crate) fn run_low_level<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
layout_interner: &mut STLayoutInterner<'a>,
@ -2274,7 +2273,6 @@ fn build_float_unary_op<'a, 'ctx, 'env>(
}
}
#[allow(clippy::too_many_arguments)]
pub(crate) fn run_higher_order_low_level<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
layout_interner: &mut STLayoutInterner<'a>,