Pre: make OpType Copy.

This commit is contained in:
Richard Newman 2018-01-22 18:41:43 -08:00
parent ab5b67ecf7
commit a50b7aec3a

View file

@ -104,7 +104,7 @@ pub enum EntidOrLookupRefOrTempId {
TempId(TempId),
}
#[derive(Clone, Debug, Eq, Hash, Ord, PartialOrd, PartialEq)]
#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialOrd, PartialEq)]
pub enum OpType {
Add,
Retract,