Skip to content

Commit 0b1c1ad

Browse files
committed
Fix new clippy lints
1 parent c14bd7a commit 0b1c1ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ pub mod irq {
127127

128128
/// Physical Address
129129
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
130+
#[allow(dead_code)]
130131
pub struct PhysAddr {
131132
addr: u32,
132133
}

0 commit comments

Comments
 (0)