From c70552ead53dbaff8f0d70008b4b2a6c3036bc83 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 Dec 2019 09:37:14 +0100 Subject: [PATCH] unpub double_ended_stream Signed-off-by: Yoshua Wuyts --- src/stream/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stream/mod.rs b/src/stream/mod.rs index 4e542215..d8b96ec2 100644 --- a/src/stream/mod.rs +++ b/src/stream/mod.rs @@ -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;