Removed unused crate imports
This commit is contained in:
@@ -9,10 +9,8 @@ extern crate log;
|
|||||||
extern crate log_settings;
|
extern crate log_settings;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate rustc;
|
extern crate rustc;
|
||||||
extern crate rustc_borrowck;
|
|
||||||
extern crate rustc_const_math;
|
extern crate rustc_const_math;
|
||||||
extern crate rustc_data_structures;
|
extern crate rustc_data_structures;
|
||||||
extern crate rustc_mir;
|
|
||||||
extern crate syntax;
|
extern crate syntax;
|
||||||
|
|
||||||
// From crates.io.
|
// From crates.io.
|
||||||
|
|||||||
Reference in New Issue
Block a user