Skip to content

Commit 019aa14

Browse files
authored
Merge pull request #621 from async-rs/fix-doc-hiccup
fix stream doc hiccup
2 parents 83a488b + c70552e commit 019aa14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/stream/mod.rs

+2-3
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;
@@ -318,8 +318,7 @@ mod repeat;
318318
mod repeat_with;
319319

320320
cfg_unstable! {
321-
#[doc(hidden)]
322-
pub mod double_ended_stream;
321+
mod double_ended_stream;
323322
mod exact_size_stream;
324323
mod extend;
325324
mod from_stream;

0 commit comments

Comments
 (0)