Remove unused extern crates
This commit is contained in:
parent
f37f2f710c
commit
b8da486ce5
1 changed files with 0 additions and 5 deletions
|
|
@ -16,14 +16,9 @@ extern crate syntax;
|
|||
extern crate syntax_pos;
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
extern crate rustc_data_structures;
|
||||
|
||||
extern crate toml;
|
||||
|
||||
// Only for the compile time checking of paths
|
||||
extern crate core;
|
||||
extern crate alloc;
|
||||
|
||||
// for unicode nfc normalization
|
||||
extern crate unicode_normalization;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue