Move Steal to rustc_data_structures.

This commit is contained in:
Camille GILLOT 2020-11-14 01:29:30 +01:00
parent cf9cf7c923
commit 41c44b498f
11 changed files with 18 additions and 20 deletions

View file

@ -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;