diff options
| author | mo8it <mo8it@proton.me> | 2024-10-14 15:24:42 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-10-14 15:24:42 +0200 |
| commit | a675cb5754309ba9997fd2344ab0a364688de430 (patch) | |
| tree | c596be60995e7625b4a63cd32a7beca8cba4d188 /clippy.toml | |
| parent | baeeff389c95ba145e3383ec1f1357e078d0bbca (diff) | |
Replace ahash with foldhash
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 2 |
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. |
