Skip to content
Snippets Groups Projects
Commit 1045c2e6 authored by David Renshaw's avatar David Renshaw
Browse files

remove unneeded 'extern crate' statements

parent ce0ddc1a
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@
rustc_private,
)]
extern crate core;
// From rustc.
#[macro_use]
extern crate log;
......@@ -12,7 +10,6 @@ extern crate log_settings;
extern crate getopts;
#[macro_use]
extern crate rustc;
extern crate rustc_borrowck;
extern crate rustc_const_math;
extern crate rustc_data_structures;
extern crate rustc_driver;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment