We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::derive_hash_xor_eq
1 parent 2551039 commit 55ae4b6Copy full SHA for 55ae4b6
src/lib.rs
@@ -17,6 +17,7 @@
17
clippy::single_match,
18
clippy::useless_format,
19
clippy::derive_partial_eq_without_eq,
20
+ clippy::derive_hash_xor_eq,
21
clippy::too_many_arguments
22
)]
23
0 commit comments