Skip to content

Commit

Permalink
Add Unpin to std prelude, not just core
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Dec 26, 2018
1 parent 79d8a0f commit 11f4d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/prelude/v1.rs
Expand Up @@ -9,7 +9,7 @@
// Re-exported core operators
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)]
pub use marker::{Copy, Send, Sized, Sync};
pub use marker::{Copy, Send, Sized, Sync, Unpin};
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)]
pub use ops::{Drop, Fn, FnMut, FnOnce};
Expand Down

0 comments on commit 11f4d3e

Please sign in to comment.