Skip to content

Commit c70552e

Browse files
committed
unpub double_ended_stream
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 761029c commit c70552e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stream/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -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)