mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Allow too many args
This commit is contained in:
parent
822aa71a0a
commit
2d20c3b339
1 changed files with 1 additions and 0 deletions
|
@ -1617,6 +1617,7 @@ fn stores_and_condition<'a>(
|
|||
tests
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn compile_test<'a>(
|
||||
env: &mut Env<'a, '_>,
|
||||
ret_layout: Layout<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue