style: Remove an unused import on Windows
This commit is contained in:
parent
d96ba59197
commit
0ec043d6be
1 changed files with 0 additions and 1 deletions
|
@ -698,7 +698,6 @@ impl<R: Read + Seek> ZipArchive<R> {
|
|||
}
|
||||
#[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())?;
|
||||
|
|
Loading…
Add table
Reference in a new issue