-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingC-tracking-issueCategory: Tracking IssueCategory: Tracking IssueP-highPriority: HighPriority: High
Description
Currently when cargo clippy
is run after cargo check
, it does not produce
any output. This is especially problematic since rust-analyzer
is on the rise
and it uses cargo check
for checking code. A fix is already implemented, but
it still has to be pushed over the finish line. This also includes the
stabilization of the cargo clippy --fix
command or the support of multi-span
suggestions in rustfix
.
More on this issue in #4612
Steps to completion:
- ???
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingC-tracking-issueCategory: Tracking IssueCategory: Tracking IssueP-highPriority: HighPriority: High