chore: make clippy happy

This commit is contained in:
rvcas 2023-03-27 13:21:13 -04:00 committed by Lucas
parent b5ed958f62
commit 96b7fb1c50
1 changed files with 1 additions and 0 deletions

View File

@ -1428,6 +1428,7 @@ pub fn monomorphize(
(new_name, new_air) (new_name, new_air)
} }
#[allow(clippy::too_many_arguments)]
pub fn handle_func_dependencies( pub fn handle_func_dependencies(
dependencies_ir: &mut Vec<Air>, dependencies_ir: &mut Vec<Air>,
function_component: &FuncComponents, function_component: &FuncComponents,