summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index ac65274d254..c60ebafd46c 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -434,6 +434,8 @@ pub use alloc_crate::borrow;
 pub use alloc_crate::fmt;
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use alloc_crate::format;
+#[unstable(feature = "pin", issue = "49150")]
+pub use alloc_crate::pin;
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use alloc_crate::slice;
 #[stable(feature = "rust1", since = "1.0.0")]
@@ -466,7 +468,6 @@ pub mod num;
 pub mod os;
 pub mod panic;
 pub mod path;
-pub mod pin;
 pub mod process;
 pub mod sync;
 pub mod time;