Open
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
Packages are checked serially. Seems like we could speculatively check them in parallel in case nothing is affected.