chore: make clippy happy
This commit is contained in:
parent
b5ed958f62
commit
96b7fb1c50
|
@ -1428,6 +1428,7 @@ pub fn monomorphize(
|
|||
(new_name, new_air)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn handle_func_dependencies(
|
||||
dependencies_ir: &mut Vec<Air>,
|
||||
function_component: &FuncComponents,
|
||||
|
|
Loading…
Reference in New Issue