We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e7f9b commit fa26200Copy full SHA for fa26200
objdiff-core/src/arch/x86.rs
@@ -323,6 +323,7 @@ impl FormatterOutput for InstructionFormatterOutput<'_> {
323
if let (Some(operand), Some((target_op_kind, reloc_size, target_value))) =
324
(instruction_operand, self.reloc_replace)
325
{
326
+ #[allow(clippy::match_like_matches_macro)]
327
if instruction.op_kind(operand) == target_op_kind
328
&& match (number_kind, reloc_size) {
329
(NumberKind::Int8 | NumberKind::UInt8, 1)
0 commit comments