about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-12-31 16:57:33 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-12-31 16:57:33 +0100
commite7357e334080556c3e14cdc0e8c2553d9d3b9db4 (patch)
treea2f6a3df2a12901542032b47b32170750fdef52d /compiler/rustc_codegen_gcc/src
parentb799d6e0a5c46faf16b0dcbd5ff4932a7cb3e54f (diff)
downloadrust-e7357e334080556c3e14cdc0e8c2553d9d3b9db4.tar.gz
rust-e7357e334080556c3e14cdc0e8c2553d9d3b9db4.zip
Remove unused extern crate rustc_symbol_mangling
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
-rw-r--r--compiler/rustc_codegen_gcc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs
index 034558a879d..20347f18786 100644
--- a/compiler/rustc_codegen_gcc/src/lib.rs
+++ b/compiler/rustc_codegen_gcc/src/lib.rs
@@ -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.