2
0
Fork 1
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:
Yoshua Wuyts 2019-12-16 09:37:14 +01:00
parent 761029cd08
commit c70552ead5
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -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;