Remove unused extern crate rustc_symbol_mangling

This commit is contained in:
bjorn3 2021-12-31 16:57:33 +01:00
parent b799d6e0a5
commit e7357e3340

View File

@ -20,7 +20,6 @@ extern crate rustc_metadata;
extern crate rustc_middle;
extern crate rustc_session;
extern crate rustc_span;
extern crate rustc_symbol_mangling;
extern crate rustc_target;
// This prevents duplicating functions and statics that are already part of the host rustc process.