clippy
This commit is contained in:
@@ -3277,7 +3277,7 @@ impl<'a> CodeGenerator<'a> {
|
||||
let mut map = mono_types.into_iter().collect_vec();
|
||||
let param_type = ¶m_types[index];
|
||||
|
||||
map.append(&mut get_generics_and_type(&arg.tipo, ¶m_type));
|
||||
map.append(&mut get_generics_and_type(&arg.tipo, param_type));
|
||||
|
||||
mono_types = map.into_iter().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user