Skip to content

Commit b670600

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/into_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use futures_core::stream::Stream;
1414
///
1515
/// [`FromStream`]: trait.FromStream.html
1616
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
17-
#[cfg(feature = "unstable")]
17+
#[cfg(any(feature = "unstable", feature = "docs"))]
1818
pub trait IntoStream {
1919
/// The type of the elements being iterated over.
2020
type Item;

0 commit comments

Comments
 (0)