forked from mirror/async-std
cargo fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
647aab819f
commit
c27623c0fd
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use crate::fs::DirEntry;
|
|||
use crate::future::Future;
|
||||
use crate::io;
|
||||
use crate::stream::Stream;
|
||||
use crate::task::{blocking, Context, Poll, JoinHandle};
|
||||
use crate::task::{blocking, Context, JoinHandle, Poll};
|
||||
|
||||
/// Returns a stream of entries in a directory.
|
||||
///
|
||||
|
|
|
@ -5,7 +5,7 @@ use cfg_if::cfg_if;
|
|||
|
||||
use crate::future::Future;
|
||||
use crate::io::{self, Write};
|
||||
use crate::task::{blocking, Context, Poll, JoinHandle};
|
||||
use crate::task::{blocking, Context, JoinHandle, Poll};
|
||||
|
||||
/// Constructs a new handle to the standard error of the current process.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue