diff --git a/src/stream/stream.rs b/src/stream/stream.rs index 8710cb2..a4f98f1 100644 --- a/src/stream/stream.rs +++ b/src/stream/stream.rs @@ -153,7 +153,6 @@ pub trait Stream { /// /// let mut s = stream::empty::(); /// assert!(s.all(|_| false).await); - /// /// # /// # }) } /// ```