We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Vec::get(_mut)
1 parent 07c993e commit a402cb0Copy full SHA for a402cb0
library/alloc/src/vec/mod.rs
@@ -378,8 +378,8 @@ mod spec_extend;
378
/// Currently, `Vec` does not guarantee the order in which elements are dropped.
379
/// The order has changed in the past and may change again.
380
///
381
-/// [`get`]: ../../std/vec/struct.Vec.html#method.get
382
-/// [`get_mut`]: ../../std/vec/struct.Vec.html#method.get_mut
+/// [`get`]: slice::get
+/// [`get_mut`]: slice::get_mut
383
/// [`String`]: crate::string::String
384
/// [`&str`]: type@str
385
/// [`shrink_to_fit`]: Vec::shrink_to_fit
0 commit comments