mirror of
https://github.com/ekzhang/bore.git
synced 2025-07-06 16:31:10 +07:00
Fix clippy lint on recent Rust versions
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::items_after_test_module)]
|
||||
|
||||
use std::net::SocketAddr;
|
||||
use std::time::Duration;
|
||||
|
||||
|
Reference in New Issue
Block a user