Clippy warnings were causing the master branch to fail. All pull requests from Dependabot also fail. I used cargo clippy --fix and fixed other warnings manually. This will mean our GitHub actions work 100% now.
[x] ~Tests for the changes have been added (for bug fixes / features)~
Fixes clippy warnings and GitHub actions.
Description
Clippy warnings were causing the master branch to fail. All pull requests from Dependabot also fail. I used
cargo clippy --fix
and fixed other warnings manually. This will mean our GitHub actions work 100% now.Motivation and Context
All our GitHub checks need to pass and this will fix them.
Does this PR introduce a breaking change?
Which merge strategy will you use?