Minor code cleanup and surpress warnings for unused inst and register constants
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ macro_rules! instructions {
|
||||
} => {
|
||||
|
||||
$(
|
||||
#[allow(dead_code)]
|
||||
pub const $variant: InstOp = $value;
|
||||
)*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user