mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-09 01:46:42 +00:00
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::pin::Pin;
|
||||||
|
use core::future::Future;
|
||||||
|
|
||||||
use crate::future::Future;
|
|
||||||
use crate::stream::IntoStream;
|
use crate::stream::IntoStream;
|
||||||
|
|
||||||
/// Extends a collection with the contents of a stream.
|
/// Extends a collection with the contents of a stream.
|
||||||
|
|
Loading…
Reference in a new issue