Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c01bf62

Browse files
committed
Allow clippy::derive_hash_xor_eq
1 parent 956a84b commit c01bf62

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)