Skip to content

Commit

Permalink
rust-rewrite: Marked struct info field as unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jul 3, 2024
1 parent 23a780b commit 8585aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reginald_derive/src/input/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use super::{check_for_bits_overlap, FixedBits, UInt};

#[derive(Debug)]
pub struct StructInfo {
#[allow(unused)]
pub name: Ident,
pub width_bytes_attr: Option<WithTokens<usize>>,
pub fixed_bits_attr: FixedBits,
Expand Down

0 comments on commit 8585aba

Please sign in to comment.