about summary refs log tree commit diff
path: root/compiler/rustc_target/src
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2025-02-09 23:55:16 -0800
committerJubilee Young <workingjubilee@gmail.com>2025-02-11 18:55:48 -0800
commit038c183d5f94b5ca3bed351374b01be4b1c90176 (patch)
tree99761f26f3f51cd375e154e5d8925389dbdd970d /compiler/rustc_target/src
parentd9c7abba55762f7ec25fc1d9a322f26896381e4f (diff)
downloadrust-038c183d5f94b5ca3bed351374b01be4b1c90176.tar.gz
rust-038c183d5f94b5ca3bed351374b01be4b1c90176.zip
compiler: remove rustc_target reexport of rustc_abi::HashStableContext
The last public reexport of rustc_abi in rustc_target is finally gone.
Diffstat (limited to 'compiler/rustc_target/src')
-rw-r--r--compiler/rustc_target/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/lib.rs b/compiler/rustc_target/src/lib.rs
index bde4af643fa..7ebe96960ed 100644
--- a/compiler/rustc_target/src/lib.rs
+++ b/compiler/rustc_target/src/lib.rs
@@ -30,7 +30,7 @@ pub mod target_features;
 #[cfg(test)]
 mod tests;
 
-pub use rustc_abi::HashStableContext;
+use rustc_abi::HashStableContext;
 
 /// The name of rustc's own place to organize libraries.
 ///