fix stream doc hiccup

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
pull/621/head
Yoshua Wuyts 5 years ago
parent 83a488b290
commit 761029cd08
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -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…
Cancel
Save