From a675cb5754309ba9997fd2344ab0a364688de430 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 14 Oct 2024 15:24:42 +0200 Subject: Replace ahash with foldhash --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clippy.toml') 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. -- cgit v1.2.3