forked from mirror/async-std
fix import Future
This commit is contained in:
parent
d622ec5d35
commit
22d929d481
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use core::pin::Pin;
|
||||
use core::future::Future;
|
||||
|
||||
use crate::future::Future;
|
||||
use crate::stream::IntoStream;
|
||||
|
||||
/// Extends a collection with the contents of a stream.
|
||||
|
|
Loading…
Reference in a new issue