Skip to content

Commit

Permalink
export tcp::IntoIncoming
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jan 9, 2022
1 parent 02fe61b commit 1e53a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1e53a90

Please sign in to comment.