We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713ab02 commit b670600Copy full SHA for b670600
src/stream/into_stream.rs
@@ -14,7 +14,7 @@ use futures_core::stream::Stream;
14
///
15
/// [`FromStream`]: trait.FromStream.html
16
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
17
-#[cfg(feature = "unstable")]
+#[cfg(any(feature = "unstable", feature = "docs"))]
18
pub trait IntoStream {
19
/// The type of the elements being iterated over.
20
type Item;
0 commit comments