Closed
Description
We now have the --all
option, and this is very helpful when testing a workspace.
However, when developing, it would be convenient to be able to run clippy over only a specified package in the workspace. i.e. similar to the cargo test
option -p SPEC, --package SPEC ... Package to run tests for
.
Unless anyone objects, I'll have a look at implementing this - it should be a fairly simple extension of the current handling for --all
.
Metadata
Metadata
Assignees
Labels
No labels