Fix rustfmt errors.

This commit is contained in:
Dan Gohman
2018-08-13 12:52:09 -07:00
parent d4a83576e4
commit 3b56b2f4fb
2 changed files with 2 additions and 2 deletions

View File

@@ -12,9 +12,9 @@
extern crate cfg_if;
extern crate cranelift_codegen;
extern crate cranelift_filetests;
extern crate file_per_thread_logger;
extern crate cranelift_reader;
extern crate docopt;
extern crate file_per_thread_logger;
extern crate filecheck;
#[macro_use]
extern crate serde_derive;