Rust fmt fixes

This commit is contained in:
Carlo Kok
2020-06-08 19:56:21 +02:00
parent 04492983d2
commit 38531b8f42
3 changed files with 35 additions and 27 deletions

View File

@@ -211,7 +211,7 @@ impl Backend for FaerieBackend {
ref data_decls,
ref function_relocs,
ref data_relocs,
section: ref datasection
section: ref datasection,
} = data_ctx.description();
assert!(datasection.is_none(), "Custom sections not supported");