Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 17, 2024
1 parent 3259c5e commit 315623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::types::{
ffi, AesModeInfo, AesVendorVersion, DateTime, ZipFileData, ZipLocalEntryBlock, ZipRawValues,
MIN_VERSION,
};
use crate::unstable::read::{find_entry_content_range, ArchiveEntry, ZipEntry};
use crate::unstable::read::find_entry_content_range;
use crate::write::ffi::S_IFLNK;
#[cfg(any(feature = "_deflate-any", feature = "bzip2", feature = "zstd",))]
use core::num::NonZeroU64;
Expand Down

0 comments on commit 315623d

Please sign in to comment.