There was an error while loading. Please reload this page.
1 parent b670600 commit bfb1679Copy full SHA for bfb1679
src/stream/from_stream.rs
@@ -11,7 +11,7 @@ use std::pin::Pin;
11
///
12
/// [`IntoStream`]: trait.IntoStream.html
13
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
14
-#[cfg(feature = "unstable")]
+#[cfg(any(feature = "unstable", feature = "docs"))]
15
pub trait FromStream<T: Send> {
16
/// Creates a value from a stream.
17
0 commit comments