We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b641e commit b3709caCopy full SHA for b3709ca
1 file changed
src/proxy.rs
@@ -11,6 +11,7 @@ use std::sync::atomic::{AtomicUsize, Ordering};
11
use std::sync::{Arc, RwLock};
12
#[cfg(feature = "cache")]
13
use std::time::Duration;
14
+#[cfg(any(not(feature = "privacy-mode"), feature = "cache"))]
15
use std::time::Instant;
16
17
use arc_swap::ArcSwap;
0 commit comments