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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/salsa/src/hash.rs b/crates/salsa/src/hash.rs index 47a2dd1ce0..3b2d7df3fb 100644 --- a/crates/salsa/src/hash.rs +++ b/crates/salsa/src/hash.rs @@ -1,4 +1,3 @@ -//! 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>; |