summaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index 11ec6cc..2a98184 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -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.