Skip to content

Commit

Permalink
chore: allow unused_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Jan 15, 2025
1 parent bbb61ce commit 41b19b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reqpool/src/redis_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::{
use backoff::{exponential::ExponentialBackoff, SystemClock};
use raiko_lib::prover::{IdStore, IdWrite, ProofKey, ProverError, ProverResult};
use raiko_redis_derive::RedisValue;
#[allow(unused_imports)]
use redis::{Client, Commands, RedisResult};
use serde::{Deserialize, Serialize};
use std::time::Duration;
Expand Down

0 comments on commit 41b19b4

Please sign in to comment.