From a852941829dc835e9fb0f59b2c1e19aa1439211d Mon Sep 17 00:00:00 2001 From: Strømberg Date: Mon, 6 Jan 2020 17:38:41 +0100 Subject: Removed module usage. --- src/libstd/net/tcp.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd') 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) { -- cgit 1.4.1-3-g733a5