abdulahad5112 commited on
Commit
fbf7363
β€’
1 Parent(s): 779908c

πŸ› Undeclared mini-mocha crate error when building the app with features other than memory-cache #493 (#501)

Browse files
Files changed (1) hide show
  1. src/cache/cacher.rs +1 -0
src/cache/cacher.rs CHANGED
@@ -4,6 +4,7 @@
4
  use error_stack::Report;
5
  #[cfg(feature = "memory-cache")]
6
  use mini_moka::sync::Cache as MokaCache;
 
7
  use mini_moka::sync::ConcurrentCacheExt;
8
 
9
  #[cfg(feature = "memory-cache")]
 
4
  use error_stack::Report;
5
  #[cfg(feature = "memory-cache")]
6
  use mini_moka::sync::Cache as MokaCache;
7
+ #[cfg(feature = "memory-cache")]
8
  use mini_moka::sync::ConcurrentCacheExt;
9
 
10
  #[cfg(feature = "memory-cache")]