From 492c96c18f617bc22fd1aa97c2b959406cd80fbe Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Wed, 15 May 2024 15:12:18 -0700 Subject: [PATCH] chore: Fix conditionally-unused import --- tests/repro_old423.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/repro_old423.rs b/tests/repro_old423.rs index 99e72109..83adf950 100644 --- a/tests/repro_old423.rs +++ b/tests/repro_old423.rs @@ -1,5 +1,3 @@ -use tempdir::TempDir; - #[cfg(all(unix, feature = "_deflate-any"))] #[test] fn repro_old423() -> zip::result::ZipResult<()> {