Skip to content

Commit cafcddb

Browse files
committed
feature guard pin
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent e9de779 commit cafcddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub mod sync;
5353
pub mod task;
5454

5555
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
56+
#[cfg(feature = "unstable")]
5657
pub mod pin;
5758

5859
pub(crate) mod utils;

0 commit comments

Comments
 (0)