Skip to content

Commit

Permalink
fix rust 2024 breakage with cargo v1 action
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed May 22, 2024
1 parent 6c60c67 commit b4d6d3c
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 b4d6d3c

Please sign in to comment.