mirror of
https://github.com/ekzhang/bore.git
synced 2024-12-22 10:55:21 +07:00
Fix clippy lint on recent Rust versions
This commit is contained in:
parent
3ae14209a4
commit
32a7233c9d
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::items_after_test_module)]
|
||||
|
||||
use std::net::SocketAddr;
|
||||
use std::time::Duration;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user