diff --git a/src/stream/stream.rs b/src/stream/stream.rs index a4f98f1..e2dc856 100644 --- a/src/stream/stream.rs +++ b/src/stream/stream.rs @@ -156,10 +156,6 @@ pub trait Stream { /// # /// # }) } /// ``` - /// Stopping at the first `false`: - /// - /// TODO: add example here - /// TODO: add more examples #[inline] fn all(&mut self, f: F) -> AllFuture<'_, Self, F, Self::Item> where