Problem with running clippy --all-targets
#123
Labels
bug
Something isn't working
t:ci
Templating CI files
under consideration
Dev has not yet decided whether or how to implement
If the non-test part of a package accidentally makes use of a crate or feature specific to the dev-dependencies, running clippy with
--all-targets
will not catch the mistake, as the dev-dependencies will be present when linting the non-test code. The CI template should be modified to catch such mistakes.The text was updated successfully, but these errors were encountered: