Skip to content

Commit 55ae4b6

Browse files
Noratriebbeepster4096
authored andcommitted
Allow clippy::derive_hash_xor_eq
1 parent 2551039 commit 55ae4b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
clippy::single_match,
1818
clippy::useless_format,
1919
clippy::derive_partial_eq_without_eq,
20+
clippy::derive_hash_xor_eq,
2021
clippy::too_many_arguments
2122
)]
2223

0 commit comments

Comments
 (0)