mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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