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 a bunch of clippy lint errors #223

Closed jamwaffles closed 1 year ago

jamwaffles commented 1 year ago

As per the title. Some of the lints picked up some code cleanups, but there are some others that I needed to shush clippy about because we know they're safe but it doesn't...