docs: use intra-doc links for Vec::get(_mut)#108407
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 25, 2023
Merged
Conversation
Now that rust-lang#63351 is fixed, there's no reason not to.
Collaborator
|
r? @thomcc (rustbot has picked a reviewer for you, use r? to override) |
Collaborator
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Member
|
@bors r+ rollup |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 24, 2023
…=thomcc docs: use intra-doc links for `Vec::get(_mut)` Now that rust-lang#63351 is fixed, there's no reason not to. CC rust-lang#75672
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 25, 2023
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#108354 (Update `fuchsia-test-runner.py` and docs) - rust-lang#108404 (support `x fmt` for sub and outside of rust directories) - rust-lang#108407 (docs: use intra-doc links for `Vec::get(_mut)`) - rust-lang#108410 (rustdoc: avoid including `<li>` tags in item table short desc) - rust-lang#108412 (Fix GUI test navigation bug) - rust-lang#108433 (Wrap missing provider message correctly) - rust-lang#108434 (Migrate `rustc_hir_analysis` to session diagnostic [Part One]) 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.
Now that #63351 is fixed, there's no reason not to.
CC #75672