We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f00e37 commit d615514Copy full SHA for d615514
crates/primitives/src/bits.rs
@@ -1,4 +1,4 @@
1
-#![allow(clippy::incorrect_clone_impl_on_copy_type)]
+#![allow(clippy::non_canonical_clone_impl)]
2
3
use derive_more::{AsRef, Deref};
4
use fixed_hash::{construct_fixed_hash, impl_fixed_hash_conversions};
0 commit comments