Format with rustfmt.

This commit is contained in:
Dan Gohman
2018-08-03 15:37:57 -07:00
parent 40791787c7
commit 4992162fab
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
use cranelift_codegen::settings;
use cranelift_codegen::settings::Configurable;
use faerie::Artifact;
use wasmtime_environ::{Module, Compilation, Relocations};
use wasmtime_environ::{Compilation, Module, Relocations};
/// Emits a module that has been emitted with the `wasmtime-environ` environment
/// implementation to a native object file.