Skip to content

Commit bbee45b

Browse files
remove unused
1 parent 3259c5e commit bbee45b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/crc32.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ pub(crate) mod non_crypto {
116116
Err("Invalid checksum")
117117
}
118118
}
119-
120-
pub fn into_inner(self) -> R {
121-
self.inner
122-
}
123119
}
124120

125121
impl<R: Read> Read for Crc32Reader<R> {

src/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::types::{
1313
ffi, AesModeInfo, AesVendorVersion, DateTime, ZipFileData, ZipLocalEntryBlock, ZipRawValues,
1414
MIN_VERSION,
1515
};
16-
use crate::unstable::read::{find_entry_content_range, ArchiveEntry, ZipEntry};
16+
use crate::unstable::read::find_entry_content_range;
1717
use crate::write::ffi::S_IFLNK;
1818
#[cfg(any(feature = "_deflate-any", feature = "bzip2", feature = "zstd",))]
1919
use core::num::NonZeroU64;

0 commit comments

Comments
 (0)