Skip to content

Commit b3709ca

Browse files
committed
Fix Instant import feature gating
1 parent 72b641e commit b3709ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/proxy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use std::sync::atomic::{AtomicUsize, Ordering};
1111
use std::sync::{Arc, RwLock};
1212
#[cfg(feature = "cache")]
1313
use std::time::Duration;
14+
#[cfg(any(not(feature = "privacy-mode"), feature = "cache"))]
1415
use std::time::Instant;
1516

1617
use arc_swap::ArcSwap;

0 commit comments

Comments
 (0)