Clean up unnecessary return
This commit is contained in:
@@ -2037,5 +2037,5 @@ pub fn wasm_param_types(params: &[ir::AbiParam], is_wasm: impl Fn(usize) -> bool
|
|||||||
ret.push(param.value_type);
|
ret.push(param.value_type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ret;
|
ret
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user