Merge pull request #144 from cosmicexplorer/fix-fuzz-ci
fix rust 2024 breakage with cargo v1 action
This commit is contained in:
commit
c6255540fa
1 changed files with 2 additions and 0 deletions
2
fuzz/fuzz_targets/fuzz_write.rs
Normal file → Executable file
2
fuzz/fuzz_targets/fuzz_write.rs
Normal file → Executable 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,
|
||||
|
|
Loading…
Add table
Reference in a new issue