remove obsolete line

This commit is contained in:
Stefan Lankes 2020-06-15 08:07:56 +02:00
parent 9d596b50f1
commit 810ba39563
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ impl Drop for Socket {
}
}
#[derive(Clone)]
pub struct TcpStream(Arc<Socket>);