Skip to content

Commit

Permalink
Merge pull request #154 from Kuadrant/fix-linting
Browse files Browse the repository at this point in the history
remove unused imports
  • Loading branch information
alexsnaps authored Mar 13, 2023
2 parents 366b120 + b290689 commit eb286f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions limitador/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ use criterion::{black_box, criterion_group, criterion_main, Bencher, BenchmarkId
use rand::seq::SliceRandom;

use limitador::limit::Limit;
use limitador::storage::in_memory::InMemoryStorage;
#[cfg(feature = "redis")]
use limitador::storage::redis::RedisStorage;
use limitador::storage::CounterStorage;
use limitador::RateLimiter;
use std::collections::HashMap;
Expand Down

0 comments on commit eb286f4

Please sign in to comment.