chore: Add #![allow(unexpected_cfgs)]
in nightly
This commit is contained in:
parent
aa890fa634
commit
b3f9170f23
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
//!
|
//!
|
||||||
//!
|
//!
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
#![allow(unexpected_cfgs)] /// Needed for cfg(fuzzing) on nightly as of 2024-05-06
|
||||||
|
|
||||||
pub use crate::compression::{CompressionMethod, SUPPORTED_COMPRESSION_METHODS};
|
pub use crate::compression::{CompressionMethod, SUPPORTED_COMPRESSION_METHODS};
|
||||||
pub use crate::read::ZipArchive;
|
pub use crate::read::ZipArchive;
|
||||||
|
|
Loading…
Add table
Reference in a new issue