fix: Unused import with time feature
This commit is contained in:
parent
ab2800b4d8
commit
ccd20c118e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use std::convert::{TryFrom, TryInto};
|
|||
target_arch = "powerpc"
|
||||
)))]
|
||||
use std::sync::atomic;
|
||||
#[cfg(not(feature = "time"))]
|
||||
use std::time::SystemTime;
|
||||
#[cfg(doc)]
|
||||
use {crate::read::ZipFile, crate::write::FileOptions};
|
||||
|
|
Loading…
Add table
Reference in a new issue