fix various clippy (#6020)

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Thomas Coratger
2024-01-11 00:27:57 +01:00
committed by GitHub
parent 08dff3642d
commit 4660da4a3f
8 changed files with 187 additions and 15 deletions

View File

@ -44,7 +44,6 @@ macro_rules! fuzz_type_and_name {
};
}
#[allow(non_snake_case)]
#[cfg(any(test, feature = "bench"))]
pub mod fuzz_rlp {
use crate::roundtrip_encoding;