mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 14:30:02 -04:00
remove unused imports
This commit is contained in:
parent
5e741d3808
commit
359bf7107a
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@ use hyper_util::rt::TokioIo;
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use tokio::net::{UnixListener, UnixStream};
|
use tokio::net::{UnixListener, UnixStream};
|
||||||
use tokio::{
|
use tokio::{
|
||||||
io::{copy_bidirectional, split, BufReader, BufWriter},
|
io::copy_bidirectional,
|
||||||
net::{lookup_host, TcpListener, TcpStream, UdpSocket},
|
net::{lookup_host, TcpListener, TcpStream, UdpSocket},
|
||||||
select,
|
|
||||||
};
|
};
|
||||||
use tokio_util::codec::{BytesCodec, Framed};
|
use tokio_util::codec::{BytesCodec, Framed};
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
|
@ -29,7 +28,7 @@ use wisp_mux::{
|
||||||
udp::UdpProtocolExtensionBuilder,
|
udp::UdpProtocolExtensionBuilder,
|
||||||
ProtocolExtensionBuilder,
|
ProtocolExtensionBuilder,
|
||||||
},
|
},
|
||||||
CloseReason, ConnectPacket, IoStream, MuxStream, MuxStreamIo, ServerMux, StreamType, WispError,
|
CloseReason, ConnectPacket, MuxStream, ServerMux, StreamType, WispError,
|
||||||
};
|
};
|
||||||
|
|
||||||
type HttpBody = http_body_util::Full<hyper::body::Bytes>;
|
type HttpBody = http_body_util::Full<hyper::body::Bytes>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue