Skip to content

Commit

Permalink
Make unary op copyable
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 17, 2024
1 parent 79f54c2 commit 7fb6e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valuescript_vm/src/unary_op.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[derive(Clone, Debug, PartialEq, Eq)]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum UnaryOp {
Plus,
Minus,
Expand Down

0 comments on commit 7fb6e8c

Please sign in to comment.