diff options
| author | bors <bors@rust-lang.org> | 2023-02-25 16:48:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-02-25 16:48:04 +0000 |
| commit | 31448badfd74ea72d2c8622cc60d3dca889ef7d4 (patch) | |
| tree | d6037bc3a65c76247c006dac6665f67932423873 /library/alloc/src | |
| parent | dcca6a375bd4eddb3deea7038ebf29d02af53b48 (diff) | |
| parent | 2aad179b4ec2fa1155ad0affdaae7b9db193a7fb (diff) | |
| download | rust-31448badfd74ea72d2c8622cc60d3dca889ef7d4.tar.gz rust-31448badfd74ea72d2c8622cc60d3dca889ef7d4.zip | |
Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #108354 (Update `fuchsia-test-runner.py` and docs) - #108404 (support `x fmt` for sub and outside of rust directories) - #108407 (docs: use intra-doc links for `Vec::get(_mut)`) - #108410 (rustdoc: avoid including `<li>` tags in item table short desc) - #108412 (Fix GUI test navigation bug) - #108433 (Wrap missing provider message correctly) - #108434 (Migrate `rustc_hir_analysis` to session diagnostic [Part One]) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/vec/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/alloc/src/vec/mod.rs b/library/alloc/src/vec/mod.rs index a07f3da78d3..b279f21b524 100644 --- a/library/alloc/src/vec/mod.rs +++ b/library/alloc/src/vec/mod.rs @@ -378,8 +378,8 @@ mod spec_extend; /// Currently, `Vec` does not guarantee the order in which elements are dropped. /// The order has changed in the past and may change again. /// -/// [`get`]: ../../std/vec/struct.Vec.html#method.get -/// [`get_mut`]: ../../std/vec/struct.Vec.html#method.get_mut +/// [`get`]: slice::get +/// [`get_mut`]: slice::get_mut /// [`String`]: crate::string::String /// [`&str`]: type@str /// [`shrink_to_fit`]: Vec::shrink_to_fit |
