cargo fmt

This commit is contained in:
Keith Yeung
2021-11-13 19:05:45 -08:00
parent abd5d4f6df
commit 1d62dc1270
+1 -1
View File
@@ -299,7 +299,7 @@ pub fn optimize(
update_type_index(func_body.code_mut(), &eliminated_types)
}
}
}
},
elements::Section::Export(export_section) => {
for export in export_section.entries_mut() {
match export.internal_mut() {