Skip to content

Commit

Permalink
fix other CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed May 15, 2024
1 parent 4fc7751 commit b551163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/repro_old423.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use tempdir::TempDir;

#[cfg(all(unix, feature = "_deflate-any"))]
#[test]
fn repro_old423() -> zip::result::ZipResult<()> {
use std::io;
use tempdir::TempDir;
use zip::ZipArchive;

let mut v = Vec::new();
Expand Down

0 comments on commit b551163

Please sign in to comment.