Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/src/hash.rs')
-rw-r--r--crates/stdx/src/hash.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/stdx/src/hash.rs b/crates/stdx/src/hash.rs
deleted file mode 100644
index 66e6c9462b..0000000000
--- a/crates/stdx/src/hash.rs
+++ /dev/null
@@ -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;