Skip to content

Implement .rfind() for slice iterators Iter and IterMut #41154

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
Apr 9, 2017

Conversation

bluss
Copy link
Member

@bluss bluss commented Apr 8, 2017

Just like the forward case find, implement rfind explicitly for slice iterators Iter and IterMut.

Just like the forward case find, implement rfind explicitly
@rust-highfive
Copy link
Contributor

r? @BurntSushi

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

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Collaborator

bors commented Apr 8, 2017

📌 Commit 5d2f270 has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Apr 9, 2017

⌛ Testing commit 5d2f270 with merge c2d186a...

bors added a commit that referenced this pull request Apr 9, 2017
Implement .rfind() for slice iterators Iter and IterMut

Just like the forward case find, implement rfind explicitly for slice iterators Iter and IterMut.
@bors
Copy link
Collaborator

bors commented Apr 9, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing c2d186a to master...

@bors bors merged commit 5d2f270 into rust-lang:master Apr 9, 2017
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.

5 participants