Pre: make OpType Copy.
This commit is contained in:
parent
ab5b67ecf7
commit
a50b7aec3a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue