Skip to content

Commit 2fabd03

Browse files
Dániel Bugaadamgreig
Dániel Buga
authored andcommitted
Fix clippy warning
1 parent c7fa03e commit 2fabd03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/peripheral/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ mod test;
102102

103103
/// Core peripherals
104104
#[allow(non_snake_case)]
105+
#[allow(clippy::manual_non_exhaustive)]
105106
pub struct Peripherals {
106107
/// Cache and branch predictor maintenance operations (not present on Cortex-M0 variants)
107108
pub CBP: CBP,

0 commit comments

Comments
 (0)