Auto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin
Add Unpin to std prelude, not just core r? @alexcrichton
This commit is contained in:
commit
48742c68d9
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue