Skip to content

Commit 1e43fe8

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ pub mod future;
3737
pub mod io;
3838
pub mod net;
3939
pub mod os;
40-
pub mod pin;
4140
pub mod prelude;
4241
pub mod stream;
4342
pub mod sync;
4443
pub mod task;
4544

45+
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
46+
pub mod pin;
47+
4648
pub(crate) mod utils;

0 commit comments

Comments
 (0)