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

View File

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