mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-04 17:19:41 +00:00
Silence warning about missing docs for the double_ended module
This commit is contained in:
parent
6e8236d0e1
commit
f9a4c35fd6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue