Skip to content

Commit 38ecb16

Browse files
committed
Tests: Remove allow(unused) labels
Those are no longer necessary.
1 parent 0a382f8 commit 38ecb16

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scylla/src/utils/test_utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ fn apply_ddl_lbp(query: &mut Query) {
153153
// This is just to make it easier to call the above function:
154154
// we'll be able to do session.ddl(...) instead of perform_ddl(&session, ...)
155155
// or something like that.
156-
#[allow(unused)]
157156
#[async_trait::async_trait]
158157
pub(crate) trait PerformDDL {
159158
async fn ddl(&self, query: impl Into<Query> + Send) -> Result<(), QueryError>;

scylla/tests/integration/utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ fn apply_ddl_lbp(query: &mut Query) {
219219
// This is just to make it easier to call the above function:
220220
// we'll be able to do session.ddl(...) instead of perform_ddl(&session, ...)
221221
// or something like that.
222-
#[allow(unused)]
223222
#[async_trait::async_trait]
224223
pub(crate) trait PerformDDL {
225224
async fn ddl(&self, query: impl Into<Query> + Send) -> Result<(), QueryError>;

0 commit comments

Comments
 (0)