forked from mirror/async-std
Update src/stream/into_stream.rs
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
713ab026c3
commit
b670600555
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use futures_core::stream::Stream;
|
|||
///
|
||||
/// [`FromStream`]: trait.FromStream.html
|
||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||
#[cfg(feature = "unstable")]
|
||||
#[cfg(any(feature = "unstable", feature = "docs"))]
|
||||
pub trait IntoStream {
|
||||
/// The type of the elements being iterated over.
|
||||
type Item;
|
||||
|
|
Loading…
Reference in a new issue