Make all of the integration tests clippy-clean
Opened this issue · 0 comments
koute commented
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).