mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 11:30:15 +00:00
Suppress Clippy error
This commit is contained in:
parent
eaefb56994
commit
1fccd5bede
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ fn build_proc_symbol<'a>(
|
|||
procs.push((fn_name, section_id, proc_id, proc));
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn build_proc<'a, B: Backend<'a>>(
|
||||
output: &mut Object,
|
||||
backend: &mut B,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue