hdl icon indicating copy to clipboard operation
hdl copied to clipboard

Enforce zero-warning policy

Open Jacajack opened this issue 2 years ago • 1 comments
trafficstars

Let's clean up all warnings in our code and run cargo clippy. After that we should embrace zero-warning policy on main branch enforced by the CI.

  • [x] #290
  • [ ] remove all warnings from hdl crate
  • [x] remove all warnings from hirn crate

Jacajack avatar Nov 06 '23 17:11 Jacajack

@WojciechPtas you can now clean warnings in hdl and add RUSTFLAGS="--deny warnings" env var in the CI

Jacajack avatar Dec 02 '23 21:12 Jacajack