Skip to content

Commit

Permalink
chore: clippy incorrect_clone_impl_on_copy_type (bluealloy#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored and tonyke-bot committed Sep 19, 2023
1 parent eaf7024 commit 07b9ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/bits.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
#![allow(clippy::non_canonical_clone_impl)]

use derive_more::{AsRef, Deref};
use fixed_hash::{construct_fixed_hash, impl_fixed_hash_conversions};
Expand Down

0 comments on commit 07b9ab6

Please sign in to comment.