remove extra newline

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
pull/132/head
Shady Khalifa 5 years ago committed by GitHub
parent 243a48c14e
commit e8860454e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,7 +153,6 @@ pub trait Stream {
///
/// let mut s = stream::empty::<u32>();
/// assert!(s.all(|_| false).await);
///
/// #
/// # }) }
/// ```

Loading…
Cancel
Save