docs: Refine a comment
This commit is contained in:
parent
30bbd0f7c8
commit
cbb180a316
1 changed files with 1 additions and 1 deletions
|
@ -1927,7 +1927,7 @@ const EXTRA_FIELD_MAPPING: [u16; 48] = [
|
|||
|
||||
#[cfg(test)]
|
||||
#[allow(unknown_lints)] // needless_update is new in clippy pre 1.29.0
|
||||
#[allow(needless_update)] // So we can use the same FileOptions defs with and without zopfli_buffer_size
|
||||
#[allow(needless_update)] // So we can use the same FileOptions decls with and without zopfli_buffer_size
|
||||
mod test {
|
||||
use super::{FileOptions, ZipWriter};
|
||||
use crate::compression::CompressionMethod;
|
||||
|
|
Loading…
Add table
Reference in a new issue