Skip to content

Commit 32a7233

Browse files
committed
Fix clippy lint on recent Rust versions
1 parent 3ae1420 commit 32a7233

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/e2e_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::items_after_test_module)]
2+
13
use std::net::SocketAddr;
24
use std::time::Duration;
35

0 commit comments

Comments
 (0)