Remove stray use statement

This commit is contained in:
Dirkjan Ochtman
2018-05-02 12:04:26 +02:00
parent 232b62728b
commit e2bebbc108
-2
View File
@@ -10,8 +10,6 @@ use std::net::ToSocketAddrs;
use tokio::net::{RecvDgram, SendDgram, UdpSocket};
pub use server::Server;
pub struct QuicStream {}
impl QuicStream {