about summary refs log tree commit diff
path: root/compiler/rustc_target/src/lib.rs
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2025-02-04 22:06:41 -0800
committerJubilee Young <workingjubilee@gmail.com>2025-02-07 11:23:12 -0800
commit1f37b9a643c28858cc3fac392483bf3f541182e2 (patch)
treedc528a8b95623c368c3039137aa206093084a43a /compiler/rustc_target/src/lib.rs
parent3948be651a26d46d50ea45f7b1d90b907519c31a (diff)
downloadrust-1f37b9a643c28858cc3fac392483bf3f541182e2.tar.gz
rust-1f37b9a643c28858cc3fac392483bf3f541182e2.zip
compiler: remove rustc_target::abi entirely
Diffstat (limited to 'compiler/rustc_target/src/lib.rs')
-rw-r--r--compiler/rustc_target/src/lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_target/src/lib.rs b/compiler/rustc_target/src/lib.rs
index 11fc09d26e4..bde4af643fa 100644
--- a/compiler/rustc_target/src/lib.rs
+++ b/compiler/rustc_target/src/lib.rs
@@ -30,12 +30,6 @@ pub mod target_features;
 #[cfg(test)]
 mod tests;
 
-pub mod abi {
-    pub use rustc_abi::*;
-
-    pub use crate::callconv as call;
-}
-
 pub use rustc_abi::HashStableContext;
 
 /// The name of rustc's own place to organize libraries.