We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31993a2 commit abecf42Copy full SHA for abecf42
src/write.rs
@@ -745,7 +745,7 @@ impl<A: Read + Write + Seek> ZipWriter<A> {
745
/// [`Self::finish()`].
746
///
747
///```
748
- /// # #[cfg(any(feature = "deflate-flate2"), not(feature = "_deflate-any"))]
+ /// # #[cfg(any(feature = "deflate-flate2", not(feature = "_deflate-any")))]
749
/// # fn main() -> Result<(), zip::result::ZipError> {
750
/// use std::io::{Cursor, prelude::*};
751
/// use zip::{ZipArchive, ZipWriter, write::SimpleFileOptions};
0 commit comments