forked from mirror/async-std
Update src/stream/from_stream.rs
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
b670600555
commit
bfb16790c3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::pin::Pin;
|
|||
///
|
||||
/// [`IntoStream`]: trait.IntoStream.html
|
||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||
#[cfg(feature = "unstable")]
|
||||
#[cfg(any(feature = "unstable", feature = "docs"))]
|
||||
pub trait FromStream<T: Send> {
|
||||
/// Creates a value from a stream.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue