mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-06 08:26: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::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