Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a16c1e

Browse files
committedJan 16, 2020
fix import Future
1 parent 110aabb commit 9a16c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/stream/extend.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use core::pin::Pin;
2+
use core::future::Future;
23

3-
use crate::future::Future;
44
use crate::stream::IntoStream;
55

66
/// Extends a collection with the contents of a stream.

0 commit comments

Comments
 (0)
Please sign in to comment.