forked from mirror/async-std
feature guard pin
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
e9de779863
commit
cafcddb0e1
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ pub mod sync;
|
||||||
pub mod task;
|
pub mod task;
|
||||||
|
|
||||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||||
|
#[cfg(feature = "unstable")]
|
||||||
pub mod pin;
|
pub mod pin;
|
||||||
|
|
||||||
pub(crate) mod utils;
|
pub(crate) mod utils;
|
||||||
|
|
Loading…
Reference in a new issue