mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
remove unused types
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
6ee3f6cf9c
commit
cb7f3dd376
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ use next::NextFuture;
|
||||||
use nth::NthFuture;
|
use nth::NthFuture;
|
||||||
|
|
||||||
use super::from_stream::FromStream;
|
use super::from_stream::FromStream;
|
||||||
use crate::future::Future;
|
|
||||||
use crate::task::{Context, Poll};
|
|
||||||
use std::cmp::Ordering;
|
use std::cmp::Ordering;
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
|
|
Loading…
Reference in a new issue