We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee49bf8 + 11f4d3e commit 48742c6Copy full SHA for 48742c6
src/libstd/prelude/v1.rs
@@ -9,7 +9,7 @@
9
// Re-exported core operators
10
#[stable(feature = "rust1", since = "1.0.0")]
11
#[doc(no_inline)]
12
-pub use marker::{Copy, Send, Sized, Sync};
+pub use marker::{Copy, Send, Sized, Sync, Unpin};
13
14
15
pub use ops::{Drop, Fn, FnMut, FnOnce};
0 commit comments