-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Split early lints into a new crate #15294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
* Keep results together. * Keep lints in a map to detect duplicate names. * Store the crate a lint comes from.
Seems that you are trying to add a new lint! We are currently in a feature freeze, so we are delaying all lint-adding PRs to September 18 and focusing on bugfixes. Thanks a lot for your contribution, and sorry for the inconvenience. With ❤ from the Clippy team. @rustbot note Feature-freeze |
This is the last I;m going to split for now. As a quick test with incremental disabled I'm getting 10% time reductions on full builds, and 30% if just Testing with incremental disabled since it's never actually been faster for me. |
Based on #15293
cc @flip1995
changelog: none
Summary Notes
Managed by
@rustbot
—see help for details