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 f7ec3f4 commit 9a07196Copy full SHA for 9a07196
src/stream/double_ended_stream.rs
@@ -11,7 +11,7 @@ use std::task::{Context, Poll};
11
///
12
/// [`Stream`]: trait.Stream.html
13
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
14
-#[cfg(feature = "unstable")]
+#[cfg(any(feature = "unstable", feature = "docs"))]
15
pub trait DoubleEndedStream: Stream {
16
/// Removes and returns an element from the end of the stream.
17
0 commit comments