We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0113cac commit a852941Copy full SHA for a852941
src/libstd/net/tcp.rs
@@ -63,7 +63,6 @@ pub struct TcpStream(net_imp::TcpStream);
63
/// # Examples
64
///
65
/// ```no_run
66
-/// # use std::io;
67
/// use std::net::{TcpListener, TcpStream};
68
69
/// fn handle_client(stream: TcpStream) {
0 commit comments