Skip to content

Commit 761029c

Browse files
committed
fix stream doc hiccup
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 83a488b commit 761029c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ pub use repeat::{repeat, Repeat};
308308
pub use repeat_with::{repeat_with, RepeatWith};
309309
pub use stream::*;
310310

311-
pub mod stream;
311+
pub(crate) mod stream;
312312

313313
mod empty;
314314
mod from_fn;

0 commit comments

Comments
 (0)