summaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/clippy.toml b/clippy.toml
index 2a98184..afc9253 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -5,9 +5,6 @@ disallowed-types = [
]
disallowed-methods = [
- # We use `foldhash` instead of the default hasher.
- "std::collections::HashSet::new",
- "std::collections::HashSet::with_capacity",
# Inefficient. Use `.queue(…)` instead.
"crossterm::style::style",
# Use `thread::Builder::spawn` instead and handle the error.