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

@@ -19,8 +19,8 @@
)]
extern crate cranelift_codegen;
extern crate file_per_thread_logger;
extern crate cranelift_reader;
extern crate file_per_thread_logger;
extern crate filecheck;
extern crate num_cpus;
#[macro_use]