Skip to content

Commit

Permalink
Fix clippy lint on recent Rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jul 27, 2023
1 parent 3ae1420 commit 32a7233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::items_after_test_module)]

use std::net::SocketAddr;
use std::time::Duration;

Expand Down

0 comments on commit 32a7233

Please sign in to comment.