Silence warning about missing docs for the double_ended module

This commit is contained in:
Felipe Sere 2019-11-23 22:20:37 +00:00
parent 6e8236d0e1
commit f9a4c35fd6

View file

@ -318,6 +318,7 @@ mod repeat;
mod repeat_with;
cfg_unstable! {
#[doc(hidden)]
pub mod double_ended;
mod double_ended_stream;
mod exact_size_stream;