Skip to content

Commit 48742c6

Browse files
committed
Auto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin
Add Unpin to std prelude, not just core r? @alexcrichton
2 parents ee49bf8 + 11f4d3e commit 48742c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/v1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Re-exported core operators
1010
#[stable(feature = "rust1", since = "1.0.0")]
1111
#[doc(no_inline)]
12-
pub use marker::{Copy, Send, Sized, Sync};
12+
pub use marker::{Copy, Send, Sized, Sync, Unpin};
1313
#[stable(feature = "rust1", since = "1.0.0")]
1414
#[doc(no_inline)]
1515
pub use ops::{Drop, Fn, FnMut, FnOnce};

0 commit comments

Comments
 (0)