Skip to content
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

Fix lifetimes elision suggestion in where clauses #13752

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

samueltardieu
Copy link
Contributor

Fix #13749

changelog: [needless_lifetimes]: do not suggest using '_ in where clauses

@rustbot
Copy link
Collaborator

rustbot commented Nov 29, 2024

r? @Manishearth

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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Nov 29, 2024
@samueltardieu
Copy link
Contributor Author

r? clippy

(@Manishearth is not really available atm, see #13723 (comment))

@Manishearth Manishearth added this pull request to the merge queue Dec 2, 2024
Merged via the queue into rust-lang:master with commit 74dd50c Dec 2, 2024
9 checks passed
smoelius added a commit to smoelius/rust-clippy that referenced this pull request Dec 2, 2024
smoelius added a commit to smoelius/rust-clippy that referenced this pull request Dec 2, 2024
github-merge-queue bot pushed a commit that referenced this pull request Dec 2, 2024
…3771)

Tiny change to make `report_elidable_impl_lifetimes`'s doc comment
consistent with #13752. (cc: @samueltardieu)

---

changelog: none
@samueltardieu samueltardieu deleted the push-ryooxlwzlzyu branch December 8, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive when lifetime parameters are only used in where clauses
4 participants