We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d622ec5 commit 22d929dCopy full SHA for 22d929d
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