Removed module usage.

This commit is contained in:
Strømberg 2020-01-06 17:38:41 +01:00 committed by GitHub
parent 0113cacda2
commit a852941829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {