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

@@ -19,8 +19,8 @@
extern crate cranelift_codegen;
extern crate cranelift_native;
extern crate docopt;
extern crate wasmtime_obj;
extern crate wasmtime_environ;
extern crate wasmtime_obj;
#[macro_use]
extern crate serde_derive;
extern crate faerie;
@@ -36,8 +36,8 @@ use std::io::prelude::*;
use std::path::Path;
use std::path::PathBuf;
use std::process;
use wasmtime_obj::emit_module;
use wasmtime_environ::{compile_module, Module, ModuleEnvironment};
use wasmtime_obj::emit_module;
const USAGE: &str = "
Wasm to native object translation utility.