chore: rustfmt
This commit is contained in:
parent
ae941ad256
commit
b080731c55
2 changed files with 20 additions and 23 deletions
|
@ -1,9 +1,6 @@
|
|||
//! Types that specify what is contained in a ZIP.
|
||||
#[cfg(doc)]
|
||||
use {
|
||||
crate::read::ZipFile,
|
||||
crate::write::FileOptions,
|
||||
};
|
||||
use {crate::read::ZipFile, crate::write::FileOptions};
|
||||
|
||||
#[cfg(feature = "time")]
|
||||
use time::{error::ComponentRange, Date, Month, OffsetDateTime, PrimitiveDateTime, Time};
|
||||
|
|
Loading…
Add table
Reference in a new issue