feature guard pin

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-09-16 20:17:27 +02:00
parent e9de779863
commit cafcddb0e1
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -53,6 +53,7 @@ pub mod sync;
pub mod task;
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
#[cfg(feature = "unstable")]
pub mod pin;
pub(crate) mod utils;