-
Couldn't load subscription status.
- Fork 1.8k
clippy_dev: changes to parsing code
#15270
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
Conversation
|
No changes for 75e691e |
|
The feature freeze notice can be ignored. The lint list is sorted slightly differently since it's done in lower case instead of upper case. |
80e8810 to
ca06aa2
Compare
|
Some changes occurred in clippy_lints/src/doc cc @notriddle |
This comment has been minimized.
This comment has been minimized.
* Keep results together. * Keep lints in a map to detect duplicate names. * Store the crate a lint comes from.
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
r? clippy |
|
☔ The latest upstream changes (possibly aa1fa10) made this pull request unmergeable. Please resolve the merge conflicts. |
Supercedes #15270 This first PR just moves the existing code and simplifies a few things. The switch to use the new range API isn't really used in this PR , but it's needed by future changes to avoid having to add `.clone()` all over the place. changelog: none
This includes:
changelog: none