issues
search
rust-embedded
/
embedded-hal
A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
2.01k
stars
202
forks
source link
A few clippy lint fixes
#495
Closed
nyurik
closed
1 year ago
nyurik
commented
1 year ago
added
[must_use]
added a few semicolons
flip the negating if:
if !expr { ... } else { ... }
[must_use]
if !expr { ... } else { ... }