Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/salsa/src/hash.rs')
-rw-r--r--crates/salsa/src/hash.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/salsa/src/hash.rs b/crates/salsa/src/hash.rs
index 3b2d7df3fb..47a2dd1ce0 100644
--- a/crates/salsa/src/hash.rs
+++ b/crates/salsa/src/hash.rs
@@ -1,3 +1,4 @@
+//!
pub(crate) type FxHasher = std::hash::BuildHasherDefault<rustc_hash::FxHasher>;
pub(crate) type FxIndexSet<K> = indexmap::IndexSet<K, FxHasher>;
pub(crate) type FxIndexMap<K, V> = indexmap::IndexMap<K, V, FxHasher>;