Skip to content

Commit c443f8e

Browse files
committed
Remove repr(u16) for Instruction
1 parent a1555dc commit c443f8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/compiler-core/src/bytecode/instruction.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ impl InstructionMetadata for PseudoInstruction {
887887
}
888888

889889
#[derive(Clone, Copy, Debug)]
890-
#[repr(u16)]
891890
pub enum Instruction {
892891
Real(RealInstruction),
893892
Pseudo(PseudoInstruction),

0 commit comments

Comments
 (0)