allow the constify_imm4 x86 macro to be unused
This commit is contained in:
parent
4db7597f51
commit
da451f7195
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ macro_rules! constify_imm6 {
|
|||
};
|
||||
}
|
||||
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! constify_imm4 {
|
||||
($imm8:expr, $expand:ident) => {
|
||||
#[allow(overflowing_literals)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue