Skip to content

Commit

Permalink
Remove unused extern crate rustc_symbol_mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 31, 2021
1 parent 54d2ec1 commit e6e4605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6e4605

Please sign in to comment.