Skip to content

Commit

Permalink
Tablets: Remove #![allow(dead_code)]
Browse files Browse the repository at this point in the history
The code is now used, so it's no longer necessary to prevent warnings.
  • Loading branch information
Lorak-mmk committed May 7, 2024
1 parent c63cbb9 commit 445efe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scylla/src/transport/locator/tablets.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(dead_code)]
use itertools::Itertools;
use lazy_static::lazy_static;
use scylla_cql::cql_to_rust::FromCqlVal;
Expand Down

0 comments on commit 445efe3

Please sign in to comment.