Skip to content

Commit

Permalink
allow implicit hasher, remove nightly lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Oct 14, 2024
1 parent b477aa6 commit eadb1f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ transmute_undefined_repr = "allow"
too_many_lines = "allow"
unnecessary_wraps = "allow"
unused_self = "allow"
used_underscore_items = "allow"
implicit_hasher = "allow"
# Only on nightly for now
# used_underscore_items = "allow"

[dependencies]
anyhow = "1.0.70"
Expand Down

0 comments on commit eadb1f1

Please sign in to comment.