summaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-10-14 15:24:42 +0200
committermo8it <mo8it@proton.me>2024-10-14 15:24:42 +0200
commita675cb5754309ba9997fd2344ab0a364688de430 (patch)
treec596be60995e7625b4a63cd32a7beca8cba4d188 /clippy.toml
parentbaeeff389c95ba145e3383ec1f1357e078d0bbca (diff)
Replace ahash with foldhash
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.