mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fix(lint): lint for derive Compat (#11005)
This commit is contained in:
@@ -60,6 +60,7 @@ pub fn generate_from_to(
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(missing_docs)]
|
||||
pub fn #test() {
|
||||
#fuzz(#ident::default())
|
||||
}
|
||||
|
||||
@@ -287,6 +287,7 @@ mod tests {
|
||||
assert_eq!(obj, same_obj);
|
||||
}
|
||||
#[test]
|
||||
#[allow(missing_docs)]
|
||||
pub fn fuzz_test_struct() {
|
||||
fuzz_test_test_struct(TestStruct::default())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user