Skip to content

Commit ae20ed3

Browse files
committed
Revert "Fix clippy warning"
This reverts commit 2fabd03.
1 parent 271d267 commit ae20ed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/peripheral/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ mod test;
103103

104104
/// Core peripherals
105105
#[allow(non_snake_case)]
106-
#[allow(clippy::manual_non_exhaustive)]
107106
pub struct Peripherals {
108107
/// Cache and branch predictor maintenance operations (not present on Cortex-M0 variants)
109108
pub CBP: CBP,

0 commit comments

Comments
 (0)