mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
export tcp::IntoIncoming
This commit is contained in:
parent
02fe61b381
commit
1e53a905ba
@ -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…
Reference in New Issue
Block a user