Opcode: impl Clone.

This commit is contained in:
Bruce Mitchener
2017-09-19 16:05:18 +07:00
parent 6b4c7c9e67
commit 5c7a3c8c72

View File

@ -101,7 +101,7 @@ impl Deserialize for InitExpr {
}
/// Opcode
#[derive(Debug, PartialEq)]
#[derive(Clone, Debug, PartialEq)]
#[allow(missing_docs)]
pub enum Opcode {
Unreachable,