fix import Future

This commit is contained in:
k-nasa 2020-01-16 21:13:23 +09:00
parent d622ec5d35
commit 22d929d481

View file

@ -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.