mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 15:13:47 +00:00
Silence warning
This commit is contained in:
parent
a0e7f9bc37
commit
fa26200ed7
@ -323,6 +323,7 @@ impl FormatterOutput for InstructionFormatterOutput<'_> {
|
|||||||
if let (Some(operand), Some((target_op_kind, reloc_size, target_value))) =
|
if let (Some(operand), Some((target_op_kind, reloc_size, target_value))) =
|
||||||
(instruction_operand, self.reloc_replace)
|
(instruction_operand, self.reloc_replace)
|
||||||
{
|
{
|
||||||
|
#[allow(clippy::match_like_matches_macro)]
|
||||||
if instruction.op_kind(operand) == target_op_kind
|
if instruction.op_kind(operand) == target_op_kind
|
||||||
&& match (number_kind, reloc_size) {
|
&& match (number_kind, reloc_size) {
|
||||||
(NumberKind::Int8 | NumberKind::UInt8, 1)
|
(NumberKind::Int8 | NumberKind::UInt8, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user