mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: clean up lints (#5881)
This commit is contained in:
@ -38,7 +38,6 @@ macro_rules! fuzz_type_and_name {
|
||||
( $x:ty, $fuzzname:ident ) => {
|
||||
/// Fuzzes the round-trip encoding of the type.
|
||||
#[test_fuzz]
|
||||
#[allow(non_snake_case)]
|
||||
fn $fuzzname(thing: $x) {
|
||||
crate::roundtrip_fuzz::<$x>(thing)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user