fix(lint): lint for derive Compat (#11005)

This commit is contained in:
Emilia Hane
2024-09-19 01:10:54 +02:00
committed by GitHub
parent fcd822c5f0
commit a636408199
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ pub fn generate_from_to(
}
#[test]
#[allow(missing_docs)]
pub fn #test() {
#fuzz(#ident::default())
}

View File

@ -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())
}