Skip to content

Commit d615514

Browse files
authored
chore: clippy incorrect_clone_impl_on_copy_type (#720)
1 parent 9f00e37 commit d615514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/primitives/src/bits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
1+
#![allow(clippy::non_canonical_clone_impl)]
22

33
use derive_more::{AsRef, Deref};
44
use fixed_hash::{construct_fixed_hash, impl_fixed_hash_conversions};

0 commit comments

Comments
 (0)