klingtnet / rosc

An OSC library for Rust.
Apache License 2.0
173 stars 25 forks source link

Apply clippy lints #40

Closed klingtnet closed 1 year ago

klingtnet commented 1 year ago

This applies a couple of clippy lints. It also adds a CI step that checks if the files were formatted using cargo fmt. This formatting was also applied to the source code.

klingtnet commented 1 year ago

One clippy check is failing, but the suggested fix isn't applicable and I opened an upstream issue for this about a year ago.