Skip to content

Commit bfb1679

Browse files
yoshuawuytsStjepan Glavina
andauthored
Update src/stream/from_stream.rs
Co-Authored-By: Stjepan Glavina <[email protected]>
1 parent b670600 commit bfb1679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/from_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::pin::Pin;
1111
///
1212
/// [`IntoStream`]: trait.IntoStream.html
1313
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
14-
#[cfg(feature = "unstable")]
14+
#[cfg(any(feature = "unstable", feature = "docs"))]
1515
pub trait FromStream<T: Send> {
1616
/// Creates a value from a stream.
1717
///

0 commit comments

Comments
 (0)