Skip to content

Commit 47b1056

Browse files
committed
Make phantom-data import ttl-cache feature specific
1 parent 30ce858 commit 47b1056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use lru::LruCache;
55
#[cfg(feature = "ttl-cache")]
66
use std::collections::VecDeque;
77
use std::fmt::Debug;
8+
#[cfg(feature = "ttl-cache")]
89
use std::marker::PhantomData;
910
use thiserror::Error;
1011
#[cfg(feature = "ttl-cache")]

0 commit comments

Comments
 (0)