diff options
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 | 
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 78b7e08ceed..de4e7a13424 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -103,6 +103,7 @@ pub use atomic_ref::AtomicRef; pub mod frozen; pub mod tagged_ptr; pub mod temp_dir; +pub mod unhash; pub struct OnDrop<F: Fn()>(pub F); | 
