project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
303 stars 43 forks source link

Make Clippy happy #156

Closed ivmarkov closed 2 months ago

ivmarkov commented 2 months ago

Clippy in latest nighties became noisier (as usual), so this PR is fixing the latest round of Clippy complains and thus the CI too.

(99% lack of Default impl, and 99% done with just cargo clippy --allow-dirty --fix).