aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-02-06 10:07:21 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-02-06 10:07:21 +0100
commit1c9674e1a718397e48363743eb21638e2ccd6281 (patch)
tree45944ffa84770f3bf4ef09a3bbf5a002130e4468 /src/lib.rs
parent5bf578ba093e6fe272d132f6de2ffb57f2b0f2fe (diff)
downloadsylt-1c9674e1a718397e48363743eb21638e2ccd6281.tar.gz
make op copy
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e49e653..b34b87e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -288,7 +288,7 @@ impl Blob {
/// machine carries out when running the
/// "byte-code".
///
-#[derive(Debug, Clone)]
+#[derive(Debug, Copy, Clone)]
pub enum Op {
/// This instruction should never be run.
/// Finding it in a program is a critical error.