Closed JelteF closed 4 months ago
We were only running clippy on our normal code, not tests or examples.
This starts running clippy on the full codebase by using --all-targets. It also fixes all issues that this flag found.
--all-targets
Synopsis
We were only running clippy on our normal code, not tests or examples.
Solution
This starts running clippy on the full codebase by using
--all-targets
. It also fixes all issues that this flag found.