Skip to content

Commit a852941

Browse files
authored
Removed module usage.
1 parent 0113cac commit a852941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/libstd/net/tcp.rs

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ pub struct TcpStream(net_imp::TcpStream);
6363
/// # Examples
6464
///
6565
/// ```no_run
66-
/// # use std::io;
6766
/// use std::net::{TcpListener, TcpStream};
6867
///
6968
/// fn handle_client(stream: TcpStream) {

0 commit comments

Comments
 (0)