Remove some unused extern crate
This commit is contained in:
parent
1fce886ac3
commit
7355a1ea28
1 changed files with 0 additions and 3 deletions
|
|
@ -6,11 +6,8 @@
|
|||
// From rustc.
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate log_settings;
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
extern crate rustc_const_math;
|
||||
extern crate rustc_data_structures;
|
||||
extern crate syntax;
|
||||
|
||||
use rustc::ty::{self, TyCtxt};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue