Skip to content

move multiple_bound_locations to style#16302

Merged
llogiq merged 1 commit intorust-lang:masterfrom
cyrgani:lint-level
Jan 1, 2026
Merged

move multiple_bound_locations to style#16302
llogiq merged 1 commit intorust-lang:masterfrom
cyrgani:lint-level

Conversation

@cyrgani
Copy link
Copy Markdown
Contributor

@cyrgani cyrgani commented Dec 26, 2025

This PR moves the multiple_bound_locations lint from suspicious to style. The suspicious category is described as "code that is most likely wrong or useless", which is not the case here at all, so style seems more fitting.
Fixes #15736, with some prior discussion at rust-lang/rust#146540.

changelog: move multiple_bound_locations lint to style group

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Dec 26, 2025
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Dec 26, 2025

r? @llogiq

rustbot has assigned @llogiq.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@llogiq
Copy link
Copy Markdown
Contributor

llogiq commented Jan 1, 2026

Thank you.

@llogiq llogiq added this pull request to the merge queue Jan 1, 2026
Merged via the queue into rust-lang:master with commit bacb819 Jan 1, 2026
11 of 13 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 1, 2026
@cyrgani cyrgani deleted the lint-level branch January 1, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

multiple_bound_locations lint should not be in suspicious category

3 participants