-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Fix typo in internal documentation for TrustedRandomAccess
#85888
Fix typo in internal documentation for TrustedRandomAccess
#85888
Conversation
`next_back` is a method of DoubleEndedIterator, not Iterator.
(rust-highfive has picked a reviewer for you, use r? to override) |
It sounds like this is not actually the right fix from the discussion -- is that right? Should this be closed? |
@Mark-Simulacrum no, the discussions seemed very tangential to me. I don't think anyone (@pickfire, @the8472) disagrees that this fix of the typo is correct. Other potential improvements on these docs are independent issues. |
Sounds good, wasn't sure. Typo fix seems reasonable then. @bors r+ rollup |
📌 Commit c5233b7 has been approved by |
…access_docs, r=Mark-Simulacrum Fix typo in internal documentation for `TrustedRandomAccess` `next_back` is a method of DoubleEndedIterator, not Iterator.
Rollup of 8 pull requests Successful merges: - rust-lang#85717 (Document `From` impls for cow.rs) - rust-lang#85850 (Remove unused feature gates) - rust-lang#85888 (Fix typo in internal documentation for `TrustedRandomAccess`) - rust-lang#85889 (Restoring the `num_def_ids` function in the CStore API ) - rust-lang#85899 (jsondocck small cleanup) - rust-lang#85937 (Fix bad suggestions for code from proc_macro) - rust-lang#85963 (Show `::{{constructor}}` in std::any::type_name().) - rust-lang#85977 (Fix linkcheck script from getting out of sync.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
next_back
is a method of DoubleEndedIterator, not Iterator.