diff options
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 8dd85b25e0e..6784c73b790 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -72,15 +72,14 @@ pub mod small_c_str; pub mod snapshot_map; pub mod svh; pub use ena::snapshot_vec; -pub mod memmap; -pub mod sorted_map; -#[macro_use] -pub mod stable_hasher; mod atomic_ref; pub mod fingerprint; pub mod marker; +pub mod memmap; pub mod profiling; pub mod sharded; +pub mod sorted_map; +pub mod stable_hasher; pub mod stack; pub mod sync; pub mod tiny_list; |
