style: Suppress Clippy warnings for octal-looking escapes
This commit is contained in:
parent
4065f0501f
commit
24fc14701b
1 changed files with 2 additions and 0 deletions
|
@ -3102,6 +3102,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::octal_escapes)]
|
||||
fn test_fuzz_crash_2024_06_17a() -> ZipResult<()> {
|
||||
let mut writer = ZipWriter::new(Cursor::new(Vec::new()));
|
||||
writer.set_flush_on_finish_file(false);
|
||||
|
@ -3136,6 +3137,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::octal_escapes)]
|
||||
#[cfg(feature = "bzip2")]
|
||||
fn test_fuzz_crash_2024_06_17b() -> ZipResult<()> {
|
||||
let mut writer = ZipWriter::new(Cursor::new(Vec::new()));
|
||||
|
|
Loading…
Add table
Reference in a new issue