about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-04-29 14:59:24 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-04-29 18:45:14 +1000
commit7418aa1a075f823816eb0f9020c64204ceb384e0 (patch)
tree86133f97f0f47a7844fcc93c67f4f63dce321f14 /compiler/rustc_trait_selection/src/lib.rs
parentf3e05d1609e129c3169015bc108af1c7e9262c68 (diff)
downloadrust-7418aa1a075f823816eb0f9020c64204ceb384e0.tar.gz
rust-7418aa1a075f823816eb0f9020c64204ceb384e0.zip
Remove `extern crate rustc_data_structures` from numerous crates.
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index 4b2d2af21e0..6f1be21d926 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -29,9 +29,6 @@
 #![feature(type_alias_impl_trait)]
 #![recursion_limit = "512"] // For rustdoc
 
-#[cfg(target_pointer_width = "64")]
-#[macro_use]
-extern crate rustc_data_structures;
 #[macro_use]
 extern crate tracing;
 #[macro_use]