forked from mirror/async-std
cleanup imports
This commit is contained in:
parent
1e99e3453f
commit
4fd8fe03f3
3 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
use std::fmt;
|
||||
use std::net::Shutdown;
|
||||
|
||||
use super::SocketAddr;
|
||||
use crate::future;
|
||||
use crate::io;
|
||||
use crate::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
|
|
|
@ -4,7 +4,6 @@ use std::fmt;
|
|||
use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
|
||||
use super::SocketAddr;
|
||||
use super::UnixStream;
|
||||
use crate::future;
|
||||
use crate::io;
|
||||
|
|
|
@ -5,7 +5,6 @@ use std::io::{Read as _, Write as _};
|
|||
use std::net::Shutdown;
|
||||
use std::pin::Pin;
|
||||
|
||||
use super::SocketAddr;
|
||||
use crate::future;
|
||||
use crate::io::{self, Read, Write};
|
||||
use crate::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
|
|
Loading…
Reference in a new issue