fix rust 2024 breakage with cargo v1 action

This commit is contained in:
Danny McClanahan 2024-05-22 12:37:58 -04:00
parent 6c60c67d92
commit b4d6d3c8e2
No known key found for this signature in database
GPG key ID: 6105C10F1A199CC7

2
fuzz/fuzz_targets/fuzz_write.rs Normal file → Executable file
View file

@ -131,6 +131,8 @@ fuzz_target!(|test_case: FuzzTestCase| {
final_reopen = true;
}
}
#[allow(unknown_lints)]
#[allow(boxed_slice_into_iter)]
for (operation, abort) in test_case.operations.into_iter() {
let _ = do_operation(
&mut writer,