clippy_dev: changes to parsing code#15270
Closed
Jarcho wants to merge 5 commits intorust-lang:masterfrom
Closed
Conversation
Collaborator
|
No changes for 75e691e |
Contributor
Author
|
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
Collaborator
|
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.
Collaborator
|
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. |
Contributor
Author
|
r? clippy |
Collaborator
|
☔ The latest upstream changes (possibly aa1fa10) made this pull request unmergeable. Please resolve the merge conflicts. |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 22, 2025
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This includes:
changelog: none