summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2020-11-14 01:29:30 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2020-11-14 01:30:56 +0100
commit41c44b498f021f8028151109abf2805fa4269866 (patch)
treec5a791114b56a1c488ce86071ee75384c09cbe01 /compiler/rustc_data_structures/src/lib.rs
parentcf9cf7c923eb01146971429044f216a3ca905e06 (diff)
downloadrust-41c44b498f021f8028151109abf2805fa4269866.tar.gz
rust-41c44b498f021f8028151109abf2805fa4269866.zip
Move Steal to rustc_data_structures.
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 7669b78834c..b4b9160ad00 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -102,6 +102,7 @@ pub mod work_queue;
 pub use atomic_ref::AtomicRef;
 pub mod frozen;
 pub mod sso;
+pub mod steal;
 pub mod tagged_ptr;
 pub mod temp_dir;
 pub mod unhash;