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

Doc for DoubleEndedIterator::next_back doesn't belong on method #34726

Closed
apasel422 opened this issue Jul 8, 2016 · 0 comments · Fixed by #34732
Closed

Doc for DoubleEndedIterator::next_back doesn't belong on method #34726

apasel422 opened this issue Jul 8, 2016 · 0 comments · Fixed by #34732

Comments

@apasel422
Copy link
Contributor

It is more appropriate for the trait than the method:

An iterator able to yield elements from both ends.

As this is the only method for this trait, the trait-level docs contain more details.

durka added a commit to durka/rust that referenced this issue Jul 9, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue Jul 25, 2016
document DoubleEndedIterator::next_back

document DoubleEndedIterator::next_back

fixes rust-lang#34726
steveklabnik added a commit to steveklabnik/rust that referenced this issue Jul 26, 2016
document DoubleEndedIterator::next_back

document DoubleEndedIterator::next_back

fixes rust-lang#34726
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 a pull request may close this issue.

1 participant