rust-embedded-community / usb-device

Experimental device-side USB framework for microcontrollers in Rust.
MIT License
414 stars 77 forks source link

Fixing clippy warnings #75

Closed haata closed 2 years ago

haata commented 2 years ago

Fix clippy warnings as per cargo clippy --version clippy 0.1.56 (6d64f7f 2021-08-19)

stappersg commented 2 years ago

This comment is just a cross-reference to #88, which also tries to address clippy warnings.

ryan-summers commented 2 years ago

Woops, yep didn't mean to step on toes. That PR was originally meant to get CI and integration/unit testing going, but it turned out to be a lot more complex than I expected.

haata commented 2 years ago

I don't really mind, fixing clippy errors is a communal effort :heart: