stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

Fix Clippy CI failures #199

Closed hannobraun closed 2 years ago

hannobraun commented 2 years ago

Looks like there are new errors from Clippy: https://github.com/stm32-rs/stm32l0xx-hal/runs/4430943449

Would be nice to fix those.