Skip to content

Commit 9a07196

Browse files
yoshuawuytsStjepan Glavina
andauthored
Update src/stream/double_ended_stream.rs
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
1 parent f7ec3f4 commit 9a07196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/double_ended_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::task::{Context, Poll};
1111
///
1212
/// [`Stream`]: trait.Stream.html
1313
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
14-
#[cfg(feature = "unstable")]
14+
#[cfg(any(feature = "unstable", feature = "docs"))]
1515
pub trait DoubleEndedStream: Stream {
1616
/// Removes and returns an element from the end of the stream.
1717
///

0 commit comments

Comments
 (0)