about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorGnomedDev <david2005thomas@gmail.com>2024-10-12 13:43:17 +0100
committerGnomedDev <david2005thomas@gmail.com>2024-10-12 15:17:03 +0100
commit1ac72b94bc5e8536e61232125b99dd052ac74b38 (patch)
treedc169c8b91dd1a8aa81934762e10a6ca651a069c /compiler/rustc_data_structures/src/lib.rs
parentfb20e4d3b96d1de459d086980a8b99d5060ad9fe (diff)
downloadrust-1ac72b94bc5e8536e61232125b99dd052ac74b38.tar.gz
rust-1ac72b94bc5e8536e61232125b99dd052ac74b38.zip
Add ExtractIf for ThinVec
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index f225684d99f..fba2707922b 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -76,6 +76,7 @@ pub mod svh;
 pub mod sync;
 pub mod tagged_ptr;
 pub mod temp_dir;
+pub mod thinvec;
 pub mod transitive_relation;
 pub mod unhash;
 pub mod unord;