Skip to content

Commit

Permalink
Fix new clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Aug 3, 2024
1 parent c14bd7a commit 0b1c1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pub mod irq {

/// Physical Address
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
#[allow(dead_code)]
pub struct PhysAddr {
addr: u32,
}
Expand Down

0 comments on commit 0b1c1ad

Please sign in to comment.