Merge pull request #144 from cosmicexplorer/fix-fuzz-ci

fix rust 2024 breakage with cargo v1 action
This commit is contained in:
Chris Hennick 2024-05-22 20:33:31 +00:00 committed by GitHub
commit c6255540fa
Signed by: DevComp
GPG key ID: B5690EEEBB952194

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,