Skip to content

Commit e9de779

Browse files
committed
unstable facade around the pin submodule
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 7c73cdf commit e9de779

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ pub mod future;
4747
pub mod io;
4848
pub mod net;
4949
pub mod os;
50-
pub mod pin;
5150
pub mod prelude;
5251
pub mod stream;
5352
pub mod sync;
5453
pub mod task;
5554

55+
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
56+
pub mod pin;
57+
5658
pub(crate) mod utils;

0 commit comments

Comments
 (0)