remove comments

This commit is contained in:
Shady Khalifa 2019-08-30 20:32:03 +02:00 committed by GitHub
parent e8860454e7
commit e517c60fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,10 +156,6 @@ pub trait Stream {
/// #
/// # }) }
/// ```
/// Stopping at the first `false`:
///
/// TODO: add example here
/// TODO: add more examples
#[inline]
fn all<F>(&mut self, f: F) -> AllFuture<'_, Self, F, Self::Item>
where