We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a488b + c70552e commit 019aa14Copy full SHA for 019aa14
src/stream/mod.rs
@@ -308,7 +308,7 @@ pub use repeat::{repeat, Repeat};
308
pub use repeat_with::{repeat_with, RepeatWith};
309
pub use stream::*;
310
311
-pub mod stream;
+pub(crate) mod stream;
312
313
mod empty;
314
mod from_fn;
@@ -318,8 +318,7 @@ mod repeat;
318
mod repeat_with;
319
320
cfg_unstable! {
321
- #[doc(hidden)]
322
- pub mod double_ended_stream;
+ mod double_ended_stream;
323
mod exact_size_stream;
324
mod extend;
325
mod from_stream;
0 commit comments