Disable unreadable_literal

This commit is contained in:
0xd4d 2020-10-15 00:58:04 +02:00
parent 9b1ecdf968
commit de63b9a51c
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@ impl InstructionInfoFactory {
}
#[cfg_attr(feature = "cargo-fmt", rustfmt::skip)]
#[cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]
fn add_implied_accesses(implied_access: ImpliedAccess, instruction: &Instruction, info: &mut InstructionInfo, flags: u32) {
debug_assert_ne!(ImpliedAccess::None, implied_access);
match implied_access {