Skip to content

Commit

Permalink
unpub a field.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Jan 29, 2024
1 parent c8333b8 commit a832c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ykrt/src/compile/jitc_yk/aot_ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,8 @@ impl IRDisplay for Instruction {
pub(crate) struct Block {
#[deku(temp)]
num_instrs: usize,
// FIXME: unpub
#[deku(count = "num_instrs")]
pub instrs: Vec<Instruction>,
pub(crate) instrs: Vec<Instruction>,
}

impl IRDisplay for Block {
Expand Down

0 comments on commit a832c23

Please sign in to comment.