hdl
hdl copied to clipboard
Enforce zero-warning policy
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
hdlcrate - [x] remove all warnings from
hirncrate
@WojciechPtas you can now clean warnings in hdl and add RUSTFLAGS="--deny warnings" env var in the CI