🧹 chore: make clippy happy (#244)
This commit is contained in:
parent
1726ccc8ce
commit
d33129c4c9
4 changed files with 44 additions and 41 deletions
|
@ -12,6 +12,7 @@ fn spawn_app() -> String {
|
|||
let server = run(
|
||||
listener,
|
||||
config,
|
||||
#[cfg(all(feature = "memory-cache", not(feature = "redis-cache")))]
|
||||
websurfx::cache::cacher::Cache::new_in_memory(),
|
||||
)
|
||||
.expect("Failed to bind address");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue