Rename Pod into Copy
Summary: So far, we've used the term POD "Plain Old Data" to refer to types that can be safely copied. However, this term is not consistent with the other built-in bounds that use verbs instead. This patch renames the Pod kind into Copy. RFC: 0003-opt-in-builtin-traits Test Plan: make check Reviewers: cmr Differential Revision: http://phabricator.octayn.net/D3
This commit is contained in:
parent
ff64381c8b
commit
81ec1f3c18
35 changed files with 233 additions and 218 deletions
|
@ -20,7 +20,7 @@ generally useful to many Rust programs.
|
|||
*/
|
||||
|
||||
// Reexported core operators
|
||||
pub use kinds::{Pod, Send, Sized, Share};
|
||||
pub use kinds::{Copy, 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