mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Rollup merge of #108407 - notriddle:notriddle/vec-get-mut, r=thomcc
docs: use intra-doc links for `Vec::get(_mut)` Now that #63351 is fixed, there's no reason not to. CC #75672
This commit is contained in:
commit
7c562ee5a6
@ -378,8 +378,8 @@ mod spec_extend;
|
|||||||
/// Currently, `Vec` does not guarantee the order in which elements are dropped.
|
/// Currently, `Vec` does not guarantee the order in which elements are dropped.
|
||||||
/// The order has changed in the past and may change again.
|
/// The order has changed in the past and may change again.
|
||||||
///
|
///
|
||||||
/// [`get`]: ../../std/vec/struct.Vec.html#method.get
|
/// [`get`]: slice::get
|
||||||
/// [`get_mut`]: ../../std/vec/struct.Vec.html#method.get_mut
|
/// [`get_mut`]: slice::get_mut
|
||||||
/// [`String`]: crate::string::String
|
/// [`String`]: crate::string::String
|
||||||
/// [`&str`]: type@str
|
/// [`&str`]: type@str
|
||||||
/// [`shrink_to_fit`]: Vec::shrink_to_fit
|
/// [`shrink_to_fit`]: Vec::shrink_to_fit
|
||||||
|
Loading…
Reference in New Issue
Block a user