You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.