Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com>
  • Loading branch information
fao89 committed Oct 3, 2024
1 parent a20c7bf commit 28e4511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sync/collections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use tokio::io::AsyncWriteExt;
use tower::buffer::Buffer;
use tower::limit::{ConcurrencyLimit, RateLimit};

#[allow(dead_code)]
#[derive(Debug, Clone)]
pub struct CollectionData {
pub namespace: String,
Expand Down

0 comments on commit 28e4511

Please sign in to comment.