forked from mirror/async-std
Update src/stream/double_ended_stream.rs
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
f7ec3f4e2d
commit
9a07196402
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::task::{Context, Poll};
|
|||
///
|
||||
/// [`Stream`]: trait.Stream.html
|
||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||
#[cfg(feature = "unstable")]
|
||||
#[cfg(any(feature = "unstable", feature = "docs"))]
|
||||
pub trait DoubleEndedStream: Stream {
|
||||
/// Removes and returns an element from the end of the stream.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue