mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: silence clippy clone warning (#4574)
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
no_crate_inject,
|
||||
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
||||
))]
|
||||
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
|
||||
|
||||
//! Commonly used types in reth.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user