diff --git a/src/read.rs b/src/read.rs index f736c066..16bb3787 100644 --- a/src/read.rs +++ b/src/read.rs @@ -698,7 +698,6 @@ impl ZipArchive { } #[cfg(windows)] { - use std::os::windows::ffi::OsStrExt; let target_path: PathBuf = directory.as_ref().join(OsStr::from_vec(target)); if target_path.is_dir() { std::os::windows::fs::symlink_dir(target_path, outpath.as_path())?;