ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Fix some Clippy Warnings #124

Open Chris--B opened 2 years ago

Chris--B commented 2 years ago

I ran:

$ cargo +nightly clippy --fix -Z unstable-options
$ cargo clippy --tests
$ cargo doc

and fixed or ignored warnings until I stopped seeing them. I expand on individual warnings in each commit.