Fix a deprecation warning
This commit is contained in:
parent
ae6d98dec2
commit
1543b64f30
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::fmt;
|
||||||
/// When creating ZIP files, you may choose the method to use with
|
/// When creating ZIP files, you may choose the method to use with
|
||||||
/// [`crate::write::FileOptions::compression_method`]
|
/// [`crate::write::FileOptions::compression_method`]
|
||||||
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
|
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
|
||||||
#[cfg_attr(fuzzing, derive(arbitrary::Arbitrary))]
|
#[cfg_attr(fuzzing, derive(arbitrary::Arbitrary), allow(deprecated))]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum CompressionMethod {
|
pub enum CompressionMethod {
|
||||||
/// Store the file as is
|
/// Store the file as is
|
||||||
|
|
Loading…
Add table
Reference in a new issue