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
Currently it looks like the only way to run cargo clippy on a workspace is to manually run it on each crate. It would be super helpful if the standard --all flag were supported for running clippy over all crates in the current workspace.