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.
1 parent 9475277 commit 4aa07c9Copy full SHA for 4aa07c9
src/tools/miri/src/lib.rs
@@ -21,7 +21,7 @@
21
clippy::single_match,
22
clippy::useless_format,
23
clippy::derive_partial_eq_without_eq,
24
- clippy::derive_hash_xor_eq,
+ clippy::derived_hash_with_manual_eq,
25
clippy::too_many_arguments,
26
clippy::type_complexity,
27
clippy::single_element_loop,
0 commit comments