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 16:18:37 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-04-29 18:47:54 +1000
commit52e9a23bdcd094cab07d13156a22d2d682bc63b6 (patch)
tree01de90b1ff17914dbf10be17d2f900759bc4bc27 /compiler/rustc_trait_selection/src/lib.rs
parent1ab34f063ba74e10ee1c33d9df85afbd5390596b (diff)
downloadrust-52e9a23bdcd094cab07d13156a22d2d682bc63b6.tar.gz
rust-52e9a23bdcd094cab07d13156a22d2d682bc63b6.zip
Remove `extern crate smallvec` from a couple of crates.
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index 6f1be21d926..5789ec2b1f1 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -33,8 +33,6 @@
 extern crate tracing;
 #[macro_use]
 extern crate rustc_middle;
-#[macro_use]
-extern crate smallvec;
 
 pub mod errors;
 pub mod infer;