Skip to content

Commit 22d929d

Browse files
committed
fix import Future
1 parent d622ec5 commit 22d929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)