Skip to content

Commit e7357e3

Browse files
committed
Remove unused extern crate rustc_symbol_mangling
1 parent b799d6e commit e7357e3

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_codegen_gcc/src

1 file changed

+0
-1
lines changed

compiler/rustc_codegen_gcc/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ extern crate rustc_metadata;
2020
extern crate rustc_middle;
2121
extern crate rustc_session;
2222
extern crate rustc_span;
23-
extern crate rustc_symbol_mangling;
2423
extern crate rustc_target;
2524

2625
// This prevents duplicating functions and statics that are already part of the host rustc process.

0 commit comments

Comments
 (0)