mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +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));
|
procs.push((fn_name, section_id, proc_id, proc));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn build_proc<'a, B: Backend<'a>>(
|
fn build_proc<'a, B: Backend<'a>>(
|
||||||
output: &mut Object,
|
output: &mut Object,
|
||||||
backend: &mut B,
|
backend: &mut B,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue