Depend on nohash-hasher individually

This commit is contained in:
Ariel Davis 2023-05-04 16:28:15 -07:00
parent 1d678cf6a0
commit 4a1922fd1a
20 changed files with 53 additions and 52 deletions

View file

@ -1,5 +0,0 @@
//! Re-exports from [`nohash_hasher`].
pub use nohash_hasher::IntMap as NoHashHashMap;
pub use nohash_hasher::IntSet as NoHashHashSet;
pub use nohash_hasher::IsEnabled;

View file

@ -7,7 +7,6 @@ use std::process::Command;
use std::{cmp::Ordering, ops, time::Instant};
mod macros;
pub mod hash;
pub mod process;
pub mod panic_context;
pub mod non_empty_vec;