mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-01 15:49:41 +00:00
unpub double_ended_stream
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
761029cd08
commit
c70552ead5
1 changed files with 1 additions and 2 deletions
|
@ -318,8 +318,7 @@ mod repeat;
|
|||
mod repeat_with;
|
||||
|
||||
cfg_unstable! {
|
||||
#[doc(hidden)]
|
||||
pub mod double_ended_stream;
|
||||
mod double_ended_stream;
|
||||
mod exact_size_stream;
|
||||
mod extend;
|
||||
mod from_stream;
|
||||
|
|
Loading…
Reference in a new issue