We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use the DoubleEndedIterator abstraction where possible and reasonable in the libstd and libextra.
Particularly std::str has many iterators that can be made bidirectional, like StrBytesIterator, StrCharIterator, StrCharSplitIterator
StrBytesIterator
StrCharIterator
StrCharSplitIterator
The text was updated successfully, but these errors were encountered:
These implementations all exist today, closing.
Sorry, something went wrong.
needless_lifetimes Known problems typo
needless_lifetimes
d91b91a
fixes rust-lang#8084
Auto merge of rust-lang#8085 - jqnatividad:8084-needless_lifetimes_ty…
1c7df44
…po, r=giraffate `needless_lifetimes` Known problems typo fixes rust-lang#8084 [needless_lifetimes] changelog: none
No branches or pull requests
Use the DoubleEndedIterator abstraction where possible and reasonable in the libstd and libextra.
Particularly std::str has many iterators that can be made bidirectional, like
StrBytesIterator
,StrCharIterator
,StrCharSplitIterator
The text was updated successfully, but these errors were encountered: