Skip to content

Commit

Permalink
unreachable pattern in match
Browse files Browse the repository at this point in the history
  • Loading branch information
Borgerr committed Oct 11, 2024
1 parent c24f965 commit be00a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/asmgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ fn resolve_binary(instr: InstructionAsm, instrs: &mut Vec<InstructionAsm>) {
instrs.push(instr)
}
}
_ => instrs.push(instr),
}
}
}
Expand Down

0 comments on commit be00a84

Please sign in to comment.