Skip to content

Commit

Permalink
Removed module usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromberg90 authored Jan 6, 2020
1 parent 0113cac commit a852941
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/net/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub struct TcpStream(net_imp::TcpStream);
/// # Examples
///
/// ```no_run
/// # use std::io;
/// use std::net::{TcpListener, TcpStream};
///
/// fn handle_client(stream: TcpStream) {
Expand Down

0 comments on commit a852941

Please sign in to comment.