mirror of https://github.com/ekzhang/bore.git
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::net::SocketAddr;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue