Skip to content

Add .front() to get_first lint description #12065

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

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

samueltardieu
Copy link
Contributor

Fix #12063

changelog: none

@rustbot
Copy link
Collaborator

rustbot commented Dec 31, 2023

r? @llogiq

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Dec 31, 2023
@llogiq
Copy link
Contributor

llogiq commented Dec 31, 2023

Thank you!

@bors r+

@bors
Copy link
Contributor

bors commented Dec 31, 2023

📌 Commit 457ab58 has been approved by llogiq

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Dec 31, 2023

⌛ Testing commit 457ab58 with merge e1dbafd...

@bors
Copy link
Contributor

bors commented Dec 31, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: llogiq
Pushing e1dbafd to master...

@bors bors merged commit e1dbafd into rust-lang:master Dec 31, 2023
@samueltardieu samueltardieu deleted the issue-12063 branch January 7, 2024 10:12
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.

The get_first lint is applied to VecDeque but the help only mentions first()and not front()
4 participants