paritytech / parity-scale-codec

Lightweight, efficient, binary serialization and deserialization codec
Apache License 2.0
256 stars 94 forks source link

Make all of the integration tests clippy-clean #459

Open koute opened 1 year ago

koute commented 1 year ago

It'd be nice to make all of our intergation tests (basically everything in the tests directory) clippy-clean so that we can better catch downstream clippy regressions (that is, we want to prevent the code generated by the derive macro from triggering clippy lints in users' code).