mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
remove extra newline
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
parent
243a48c14e
commit
e8860454e7
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ pub trait Stream {
|
||||||
///
|
///
|
||||||
/// let mut s = stream::empty::<u32>();
|
/// let mut s = stream::empty::<u32>();
|
||||||
/// assert!(s.all(|_| false).await);
|
/// assert!(s.all(|_| false).await);
|
||||||
///
|
|
||||||
/// #
|
/// #
|
||||||
/// # }) }
|
/// # }) }
|
||||||
/// ```
|
/// ```
|
||||||
|
|
Loading…
Reference in a new issue