Replace ahash with foldhash

This commit is contained in:
mo8it
2024-10-14 15:24:42 +02:00
parent baeeff389c
commit a675cb5754
4 changed files with 35 additions and 68 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ disallowed-types = [
]
disallowed-methods = [
# We use `ahash` instead of the default hasher.
# We use `foldhash` instead of the default hasher.
"std::collections::HashSet::new",
"std::collections::HashSet::with_capacity",
# Inefficient. Use `.queue(…)` instead.