rust-embedded-community / usb-device

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

Addressing clippy lints #88

Closed ryan-summers closed 2 years ago

ryan-summers commented 2 years ago

This PR fixes some basic clippy lints on the repository.

eldruin commented 2 years ago

Is this ready now @ryan-summers ?

ryan-summers commented 2 years ago

Yes, I got distracted by trying to get integration/unit tests operating properly using raw-gadget, but that's a whole different PR after further investigation. Let me get this cleaned up again and we can merge. Will mark as ready momentarily.