Skip to content

Commit

Permalink
fix: clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerodesu017 committed Jun 25, 2024
1 parent 4238e24 commit a46ac2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/reader/types/memarg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use crate::execution::assert_validated::UnwrapValidatedExt;

pub struct MemArg {
pub offset: u32,
#[allow(dead_code)]
pub align: u32,
}

Expand Down

0 comments on commit a46ac2c

Please sign in to comment.