Appease rustfmt.

This commit is contained in:
Emilio Cobos Álvarez
2020-09-22 11:38:43 +02:00
parent a54a8d63c6
commit b159bca6f6
+1 -1
View File
@@ -211,7 +211,7 @@ impl Function {
for arg in &mut self.args {
match arg.ty {
Type::Ptr { .. } => {},
Type::Ptr { .. } => {}
_ => continue,
}
let name = match arg.name {