Suppress Clippy error

This commit is contained in:
Brian Carroll 2021-12-04 10:04:19 +00:00
parent eaefb56994
commit 1fccd5bede

View file

@ -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,