Merge branch 'master' into deprecated-since

This commit is contained in:
Shun Sakai 2024-05-23 10:10:51 +09:00 committed by GitHub
commit 4ac4ae8504
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; final_reopen = true;
} }
} }
#[allow(unknown_lints)]
#[allow(boxed_slice_into_iter)]
for (operation, abort) in test_case.operations.into_iter() { for (operation, abort) in test_case.operations.into_iter() {
let _ = do_operation( let _ = do_operation(
&mut writer, &mut writer,