Fix typo in internal documentation for TrustedRandomAccess#85888
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 4, 2021
Merged
Fix typo in internal documentation for TrustedRandomAccess#85888bors merged 1 commit intorust-lang:masterfrom
TrustedRandomAccess#85888bors merged 1 commit intorust-lang:masterfrom
Conversation
`next_back` is a method of DoubleEndedIterator, not Iterator.
Contributor
|
(rust-highfive has picked a reviewer for you, use r? to override) |
the8472
reviewed
Jun 1, 2021
pickfire
reviewed
Jun 1, 2021
Member
|
It sounds like this is not actually the right fix from the discussion -- is that right? Should this be closed? |
Member
Author
|
@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. |
Member
|
Sounds good, wasn't sure. Typo fix seems reasonable then. @bors r+ rollup |
Collaborator
|
📌 Commit c5233b7 has been approved by |
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this pull request
Jun 3, 2021
…access_docs, r=Mark-Simulacrum Fix typo in internal documentation for `TrustedRandomAccess` `next_back` is a method of DoubleEndedIterator, not Iterator.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 4, 2021
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
next_backis a method of DoubleEndedIterator, not Iterator.