From 17e9a15657ecf551464caf6ab97f7c1e264e711d Mon Sep 17 00:00:00 2001 From: Dániel Buga Date: Sat, 6 Jun 2020 17:59:38 +0200 Subject: Fix clippy warning --- src/peripheral/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/peripheral/mod.rs b/src/peripheral/mod.rs index 04fae31..e0fcfca 100644 --- a/src/peripheral/mod.rs +++ b/src/peripheral/mod.rs @@ -90,6 +90,7 @@ mod test; /// Core peripherals #[allow(non_snake_case)] +#[allow(clippy::manual_non_exhaustive)] pub struct Peripherals { /// Cache and branch predictor maintenance operations. /// Not available on Armv6-M. -- cgit v1.2.3