mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-02 14:36:40 +00:00
fix unstable display for pin docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
47194353c8
commit
42fac26761
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ pub mod task;
|
|||
|
||||
cfg_if! {
|
||||
if #[cfg(any(feature = "unstable", feature = "docs"))] {
|
||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||
pub mod pin;
|
||||
mod vec;
|
||||
mod result;
|
||||
|
|
Loading…
Reference in a new issue