Skip to content

Commit e517c60

Browse files
author
Shady Khalifa
authored
remove comments
1 parent e886045 commit e517c60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/stream/stream.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ pub trait Stream {
156156
/// #
157157
/// # }) }
158158
/// ```
159-
/// Stopping at the first `false`:
160-
///
161-
/// TODO: add example here
162-
/// TODO: add more examples
163159
#[inline]
164160
fn all<F>(&mut self, f: F) -> AllFuture<'_, Self, F, Self::Item>
165161
where

0 commit comments

Comments
 (0)