diff --git a/src/isa.rs b/src/isa.rs index 5640c7a..e818862 100644 --- a/src/isa.rs +++ b/src/isa.rs @@ -93,7 +93,6 @@ pub struct Target { pub drop_keep: DropKeep, } -#[allow(unused)] // TODO: Remove #[derive(Debug, Clone, PartialEq)] pub enum Instruction { /// Push a local variable or an argument from the specified depth.