Closed orhun closed 2 years ago
Thanks! Could you please re-do this on top of develop
, at least one fix has already been applied there.
Interestingly, most of the changes seem related to tests, which are not reported by cargo clippy
, but cargo clippy --fix
still fixes them.
Thanks! Could you please re-do this on top of
develop
, at least one fix has already been applied there.
It means that we need to close this PR and I should provide another one for develop
I guess 🤔
Another option is to rebase, fix possible conflicts, and force-push, either way is fine for me.
This PR updates codebase for fixing the clippy lints. I simply ran
cargo clippy --fix