quartiq / miniconf

Rust serialize/deserialize/access reflection for trees (no_std, no alloc)
MIT License
23 stars 2 forks source link

use actions-rs/clippy-check in CI and adress clippy lints #78

Closed jordens closed 2 years ago

jordens commented 2 years ago

Like on booster or stabilizer. Now the clippy lints just disapper in the run logs and nobody looks at them. There are many good lints to be adressed. https://github.com/quartiq/miniconf/runs/5052952370?check_suite_focus=true

ryan-summers commented 2 years ago

Agreed - I was under the assumption that clippy lints were required to be clear to pass, so this is obviously a bug. Thanks for pointing it out.