export tcp::IntoIncoming
This commit is contained in:
parent
02fe61b381
commit
1e53a905ba
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pub use self::ip::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
|
|||
#[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…
Add table
Add a link
Reference in a new issue