forked from mirror/async-std
remove comments
This commit is contained in:
parent
e8860454e7
commit
e517c60fb1
1 changed files with 0 additions and 4 deletions
|
@ -156,10 +156,6 @@ pub trait Stream {
|
||||||
/// #
|
/// #
|
||||||
/// # }) }
|
/// # }) }
|
||||||
/// ```
|
/// ```
|
||||||
/// Stopping at the first `false`:
|
|
||||||
///
|
|
||||||
/// TODO: add example here
|
|
||||||
/// TODO: add more examples
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn all<F>(&mut self, f: F) -> AllFuture<'_, Self, F, Self::Item>
|
fn all<F>(&mut self, f: F) -> AllFuture<'_, Self, F, Self::Item>
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue