Skip to content

Commit

Permalink
Link & primitive using relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored Sep 3, 2020
1 parent 20a6866 commit 4df6490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/alloc/src/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ use crate::raw_vec::RawVec;
/// [`insert`]: Vec::insert
/// [`reserve`]: Vec::reserve
/// [owned slice]: Box
/// [`&`]: ../../std/primitive.reference.html
#[stable(feature = "rust1", since = "1.0.0")]
#[cfg_attr(not(test), rustc_diagnostic_item = "vec_type")]
pub struct Vec<T> {
Expand Down

0 comments on commit 4df6490

Please sign in to comment.