1
Fork 0

Remove macro_use from stable_hasher.

Normal `use` items are nicer.
This commit is contained in:
Nicholas Nethercote 2024-05-06 13:04:33 +10:00
parent 9c9b568792
commit df8fe7dd34
3 changed files with 6 additions and 4 deletions

View file

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