Fix clippy warnings

This commit is contained in:
rishflab 2020-11-03 11:00:39 +11:00
parent 606c48c752
commit 5971ef1f28
3 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,6 @@ use crate::{
network::{
peer_tracker::{self, PeerTracker},
request_response::AliceToBob,
transport,
transport::SwapTransport,
TokioExecutor,
},