Skip to content

Commit 7a4dd0b

Browse files
committed
Auto merge of rust-lang#108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr
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
2 parents fddd215 + bb8881d commit 7a4dd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alloc/src/vec/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ mod spec_extend;
378378
/// Currently, `Vec` does not guarantee the order in which elements are dropped.
379379
/// The order has changed in the past and may change again.
380380
///
381-
/// [`get`]: ../../std/vec/struct.Vec.html#method.get
382-
/// [`get_mut`]: ../../std/vec/struct.Vec.html#method.get_mut
381+
/// [`get`]: slice::get
382+
/// [`get_mut`]: slice::get_mut
383383
/// [`String`]: crate::string::String
384384
/// [`&str`]: type@str
385385
/// [`shrink_to_fit`]: Vec::shrink_to_fit

0 commit comments

Comments
 (0)