std: Remove the Freeze kind and the NoFreeze marker
This commit is contained in:
parent
034e1382af
commit
b4ddee6327
2 changed files with 1 additions and 15 deletions
|
@ -20,7 +20,7 @@ generally useful to many Rust programs.
|
|||
*/
|
||||
|
||||
// Reexported core operators
|
||||
pub use kinds::{Freeze, Pod, Send, Sized, Share};
|
||||
pub use kinds::{Pod, Send, Sized, Share};
|
||||
pub use ops::{Add, Sub, Mul, Div, Rem, Neg, Not};
|
||||
pub use ops::{BitAnd, BitOr, BitXor};
|
||||
pub use ops::{Drop, Deref, DerefMut};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue