style: cargo fmt --all

This commit is contained in:
Chris Hennick 2024-05-25 15:10:31 -07:00
parent eb949ebdef
commit fdb01c3dd2
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -8,7 +8,9 @@ use crate::result::{ZipError, ZipResult};
use crate::spec::{self, Block};
#[cfg(feature = "aes-crypto")]
use crate::types::AesMode;
use crate::types::{ffi, AesVendorVersion, DateTime, ZipFileData, ZipLocalEntryBlock, ZipRawValues, MIN_VERSION};
use crate::types::{
ffi, AesVendorVersion, DateTime, ZipFileData, ZipLocalEntryBlock, ZipRawValues, MIN_VERSION,
};
use crate::write::ffi::S_IFLNK;
#[cfg(any(feature = "_deflate-any", feature = "bzip2", feature = "zstd",))]
use core::num::NonZeroU64;