export tcp::IntoIncoming
This commit is contained in:
parent
02fe61b381
commit
1e53a905ba
@ -26,7 +26,7 @@
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::parser::AddrParseError;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::tcp::{Incoming, TcpListener, TcpStream};
|
||||
pub use self::tcp::{Incoming, IntoIncoming, TcpListener, TcpStream};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::udp::UdpSocket;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user