Skip to content

Commit

Permalink
add clippy config
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored and sug0 committed Feb 29, 2024
1 parent 5243be3 commit 18de455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
disallowed-types = [
{ path = "std::collections::HashMap", reason = "Non-deterministic iter - use indexmap::IndexMap instead" },
{ path = "std::collections::HashSet", reason = "Non-deterministic iter - use indexmap::IndexSet instead" },
]

0 comments on commit 18de455

Please sign in to comment.