Skip to content

Commit 4aa07c9

Browse files
committed
clippy
1 parent 9475277 commit 4aa07c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
clippy::single_match,
2222
clippy::useless_format,
2323
clippy::derive_partial_eq_without_eq,
24-
clippy::derive_hash_xor_eq,
24+
clippy::derived_hash_with_manual_eq,
2525
clippy::too_many_arguments,
2626
clippy::type_complexity,
2727
clippy::single_element_loop,

0 commit comments

Comments
 (0)