🧹 chore: make clippy happy (#386)
This commit is contained in:
parent
d28cbb96a1
commit
abc59b2858
1 changed files with 1 additions and 1 deletions
2
src/cache/redis_cacher.rs
vendored
2
src/cache/redis_cacher.rs
vendored
|
@ -1,9 +1,9 @@
|
|||
//! This module provides the functionality to cache the aggregated results fetched and aggregated
|
||||
//! from the upstream search engines in a json format.
|
||||
|
||||
use blake3::hash;
|
||||
use error_stack::Report;
|
||||
use futures::future::try_join_all;
|
||||
use blake3::hash;
|
||||
use redis::{aio::ConnectionManager, AsyncCommands, Client, RedisError};
|
||||
|
||||
use super::error::CacheError;
|
||||
|
|
Loading…
Add table
Reference in a new issue