Removed unused crate imports

This commit is contained in:
Oliver Schneider
2017-05-05 10:37:04 +02:00
parent da3860a293
commit 5f67ba76f5

View File

@@ -9,10 +9,8 @@ extern crate log;
extern crate log_settings;
#[macro_use]
extern crate rustc;
extern crate rustc_borrowck;
extern crate rustc_const_math;
extern crate rustc_data_structures;
extern crate rustc_mir;
extern crate syntax;
// From crates.io.