Skip to content

Let .rev()'s find use the underlying rfind and vice versa #41028

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Apr 6, 2017

Conversation

bluss
Copy link
Member

@bluss bluss commented Apr 3, 2017

  • Connect the plumbing in an obvious way from Rev's find → underlying rfind and vice versa
  • A style change in the provided implementation for Iterator::rfind, using simple next_back when it is enough

bluss added 2 commits April 3, 2017 02:03
- Prefer simpler constructs instead of going through &mut I's Iterator
  implementation.
@rust-highfive
Copy link
Contributor

r? @brson

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

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Apr 3, 2017

📌 Commit 74f8ea2 has been approved by alexcrichton

arielb1 pushed a commit to arielb1/rust that referenced this pull request Apr 5, 2017
Let .rev()'s find use the underlying rfind and vice versa

- Connect the plumbing in an obvious way from Rev's find → underlying rfind and vice versa
- A style change in the provided implementation for Iterator::rfind, using simple next_back when it is enough
bors added a commit that referenced this pull request Apr 6, 2017
Rollup of 12 pull requests

- Successful merges: #40479, #40561, #40709, #40815, #40909, #40927, #40943, #41015, #41028, #41052, #41054, #41065
- Failed merges:
@bors bors merged commit 74f8ea2 into rust-lang:master Apr 6, 2017
@bluss bluss deleted the rev-rfind branch April 6, 2017 12:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants