🐛 Undeclared mini-mocha crate error when building the app with features other than memory-cache #493 (#501)
This commit is contained in:
parent
779908cb11
commit
fbf73634ee
1 changed files with 1 additions and 0 deletions
1
src/cache/cacher.rs
vendored
1
src/cache/cacher.rs
vendored
|
@ -4,6 +4,7 @@
|
||||||
use error_stack::Report;
|
use error_stack::Report;
|
||||||
#[cfg(feature = "memory-cache")]
|
#[cfg(feature = "memory-cache")]
|
||||||
use mini_moka::sync::Cache as MokaCache;
|
use mini_moka::sync::Cache as MokaCache;
|
||||||
|
#[cfg(feature = "memory-cache")]
|
||||||
use mini_moka::sync::ConcurrentCacheExt;
|
use mini_moka::sync::ConcurrentCacheExt;
|
||||||
|
|
||||||
#[cfg(feature = "memory-cache")]
|
#[cfg(feature = "memory-cache")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue