Merge pull request #621 from async-rs/fix-doc-hiccup

fix stream doc hiccup
split-by-pattern
Yoshua Wuyts 5 years ago committed by GitHub
commit 019aa14898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -308,7 +308,7 @@ pub use repeat::{repeat, Repeat};
pub use repeat_with::{repeat_with, RepeatWith}; pub use repeat_with::{repeat_with, RepeatWith};
pub use stream::*; pub use stream::*;
pub mod stream; pub(crate) mod stream;
mod empty; mod empty;
mod from_fn; mod from_fn;
@ -318,8 +318,7 @@ mod repeat;
mod repeat_with; mod repeat_with;
cfg_unstable! { cfg_unstable! {
#[doc(hidden)] mod double_ended_stream;
pub mod double_ended_stream;
mod exact_size_stream; mod exact_size_stream;
mod extend; mod extend;
mod from_stream; mod from_stream;

Loading…
Cancel
Save