2
0
Fork 1
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:
Yoshua Wuyts 2019-09-10 19:38:36 +02:00
parent 6ee3f6cf9c
commit cb7f3dd376
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -51,8 +51,6 @@ use next::NextFuture;
use nth::NthFuture;
use super::from_stream::FromStream;
use crate::future::Future;
use crate::task::{Context, Poll};
use std::cmp::Ordering;
use std::marker::PhantomData;
use std::pin::Pin;