Skip to content

Commit c9c7539

Browse files
bors[bot]Dániel Buga
and
Dániel Buga
authored
Merge #222
222: Fix clippy warning r=adamgreig a=bugadani Explicitly allow manual non-exhaustive violations Co-authored-by: Dániel Buga <[email protected]>
2 parents 3136e01 + 17e9a15 commit c9c7539

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
@@ -90,6 +90,7 @@ mod test;
9090

9191
/// Core peripherals
9292
#[allow(non_snake_case)]
93+
#[allow(clippy::manual_non_exhaustive)]
9394
pub struct Peripherals {
9495
/// Cache and branch predictor maintenance operations.
9596
/// Not available on Armv6-M.

0 commit comments

Comments
 (0)