-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-fixPerformanceGotta go fast!Gotta go fast!S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Problem
Running cargo fix
(and worse, cargo clippy --fix
on https://github.com/crate-ci/typos is very slow. For clippy, its over 2m.
Proposed Solution
Only re-check the package (to show errors/warnings) if there was output from the first run.
Notes
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-fixPerformanceGotta go fast!Gotta go fast!S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.