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

Forward more Iterator methods #43074

Merged
merged 2 commits into from
Jul 15, 2017
Merged

Forward more Iterator methods #43074

merged 2 commits into from
Jul 15, 2017

Commits on Jul 13, 2017

  1. Forward more Iterator methods for str::Bytes

    These are overridden by slice::Iter
    SimonSapin authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    b90e510 View commit details
    Browse the repository at this point in the history
  2. Forward more Iterator methods for iter::Rev

    `position` could not be implemented because calling `rposition`
    on the inner iterator would require more trait bounds.
    SimonSapin authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    2007987 View commit details
    Browse the repository at this point in the history