We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110aabb commit 9a16c1eCopy full SHA for 9a16c1e
src/stream/extend.rs
@@ -1,6 +1,6 @@
1
use core::pin::Pin;
2
+use core::future::Future;
3
-use crate::future::Future;
4
use crate::stream::IntoStream;
5
6
/// Extends a collection with the contents of a stream.
0 commit comments