Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
@ -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::io::{self, Write};
/// Constructs a new handle to the standard error of the current process.