fix import Future

pull/680/head
k-nasa 5 years ago
parent d622ec5d35
commit 22d929d481

@ -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…
Cancel
Save