diff options
| author | Strømberg <Stromberg90@users.noreply.github.com> | 2020-01-06 17:38:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 17:38:41 +0100 |
| commit | a852941829dc835e9fb0f59b2c1e19aa1439211d (patch) | |
| tree | 152719f597c31d477e1d631ee3873b3de4854960 | |
| parent | 0113cacda2d08c135603bcb83da393252317e6a8 (diff) | |
| download | rust-a852941829dc835e9fb0f59b2c1e19aa1439211d.tar.gz rust-a852941829dc835e9fb0f59b2c1e19aa1439211d.zip | |
Removed module usage.
| -rw-r--r-- | src/libstd/net/tcp.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/net/tcp.rs b/src/libstd/net/tcp.rs index dd25d66658c..5023d692408 100644 --- a/src/libstd/net/tcp.rs +++ b/src/libstd/net/tcp.rs @@ -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) { |
