Skip to content

Commit

Permalink
Merge pull request #144 from cosmicexplorer/fix-fuzz-ci
Browse files Browse the repository at this point in the history
fix rust 2024 breakage with cargo v1 action
  • Loading branch information
Pr0methean committed May 22, 2024
2 parents 6c60c67 + b4d6d3c commit c625554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzz/fuzz_targets/fuzz_write.rs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c625554

Please sign in to comment.