Skip to content

Conversation

@ada4a
Copy link
Contributor

@ada4a ada4a commented Nov 1, 2025

Fixes #15987

changelog: [let_and_return]: disallow any text between let and return

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

rustbot commented Nov 1, 2025

r? @samueltardieu

rustbot has assigned @samueltardieu.
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

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

Lintcheck changes for 6bc8d21

Lint Added Removed Changed
clippy::let_and_return 0 2 0

This comment will be updated if you push new changes

@ada4a
Copy link
Contributor Author

ada4a commented Nov 1, 2025

Oh hey, removed 2 more FPs:)

@samueltardieu samueltardieu added this pull request to the merge queue Nov 2, 2025
Merged via the queue into rust-lang:master with commit a456519 Nov 2, 2025
11 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Nov 2, 2025
@ada4a ada4a deleted the let_and_return branch November 2, 2025 09:40
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.

let_and_return false positive with conditionally compiled code

3 participants