mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-01 22:16:40 +00:00
fix stream doc hiccup
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
83a488b290
commit
761029cd08
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ pub use repeat::{repeat, Repeat};
|
|||
pub use repeat_with::{repeat_with, RepeatWith};
|
||||
pub use stream::*;
|
||||
|
||||
pub mod stream;
|
||||
pub(crate) mod stream;
|
||||
|
||||
mod empty;
|
||||
mod from_fn;
|
||||
|
|
Loading…
Reference in a new issue