allow the constify_imm4 x86 macro to be unused

This commit is contained in:
Rémy Rakic 2021-03-01 22:58:12 +01:00 committed by Amanieu d'Antras
parent 4db7597f51
commit da451f7195

View file

@ -72,6 +72,7 @@ macro_rules! constify_imm6 {
};
}
#[allow(unused_macros)]
macro_rules! constify_imm4 {
($imm8:expr, $expand:ident) => {
#[allow(overflowing_literals)]