Remove unused extern crate rustc_symbol_mangling
This commit is contained in:
parent
b799d6e0a5
commit
e7357e3340
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ extern crate rustc_metadata;
|
||||||
extern crate rustc_middle;
|
extern crate rustc_middle;
|
||||||
extern crate rustc_session;
|
extern crate rustc_session;
|
||||||
extern crate rustc_span;
|
extern crate rustc_span;
|
||||||
extern crate rustc_symbol_mangling;
|
|
||||||
extern crate rustc_target;
|
extern crate rustc_target;
|
||||||
|
|
||||||
// This prevents duplicating functions and statics that are already part of the host rustc process.
|
// This prevents duplicating functions and statics that are already part of the host rustc process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue