Skip to content

Commit 426db65

Browse files
committed
Tablets: Remove #![allow(dead_code)]
The code is now used, so it's no longer necessary to prevent warnings.
1 parent b82cc23 commit 426db65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scylla/src/transport/locator/tablets.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(dead_code)]
21
use itertools::Itertools;
32
use lazy_static::lazy_static;
43
use scylla_cql::cql_to_rust::FromCqlVal;

0 commit comments

Comments
 (0)