We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34854f commit 2106cbcCopy full SHA for 2106cbc
src/lib.rs
@@ -158,6 +158,7 @@
158
#![cfg_attr(not(any(feature = "use_std", feature = "rustc-dep-of-std")), no_std)]
159
// Enable lints
160
#![cfg_attr(feature = "extra_traits", deny(missing_debug_implementations))]
161
+#![cfg_attr(feature = "extra_traits", deny(clippy::derive_hash_xor_eq))]
162
#![deny(missing_copy_implementations)]
163
164
#[cfg(all(not(cross_platform_docs), feature = "use_std"))]
0 commit comments