Add Unpin to std prelude, not just core
This commit is contained in:
parent
79d8a0fcef
commit
11f4d3e40e
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