Skip to content

Commit fa26200

Browse files
committed
Silence warning
1 parent a0e7f9b commit fa26200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objdiff-core/src/arch/x86.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ impl FormatterOutput for InstructionFormatterOutput<'_> {
323323
if let (Some(operand), Some((target_op_kind, reloc_size, target_value))) =
324324
(instruction_operand, self.reloc_replace)
325325
{
326+
#[allow(clippy::match_like_matches_macro)]
326327
if instruction.op_kind(operand) == target_op_kind
327328
&& match (number_kind, reloc_size) {
328329
(NumberKind::Int8 | NumberKind::UInt8, 1)

0 commit comments

Comments
 (0)