diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-06 10:07:21 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-06 10:07:21 +0100 |
| commit | 1c9674e1a718397e48363743eb21638e2ccd6281 (patch) | |
| tree | 45944ffa84770f3bf4ef09a3bbf5a002130e4468 /src/lib.rs | |
| parent | 5bf578ba093e6fe272d132f6de2ffb57f2b0f2fe (diff) | |
| download | sylt-1c9674e1a718397e48363743eb21638e2ccd6281.tar.gz | |
make op copy
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
