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.
|
//! Types that specify what is contained in a ZIP.
|
||||||
#[cfg(doc)]
|
#[cfg(doc)]
|
||||||
use {
|
use {crate::read::ZipFile, crate::write::FileOptions};
|
||||||
crate::read::ZipFile,
|
|
||||||
crate::write::FileOptions,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[cfg(feature = "time")]
|
#[cfg(feature = "time")]
|
||||||
use time::{error::ComponentRange, Date, Month, OffsetDateTime, PrimitiveDateTime, Time};
|
use time::{error::ComponentRange, Date, Month, OffsetDateTime, PrimitiveDateTime, Time};
|
||||||
|
|
Loading…
Add table
Reference in a new issue