Skip to content

Commit

Permalink
Add "List" as doc alias to Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed Mar 18, 2021
1 parent 03e03e9 commit ec8b6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/alloc/src/vec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ mod spec_extend;
/// [`MaybeUninit`]: core::mem::MaybeUninit
/// [owned slice]: Box
#[doc(alias = "ArrayList")]
#[doc(alias = "List")]
#[doc(alias = "Vector")]
#[stable(feature = "rust1", since = "1.0.0")]
#[cfg_attr(not(test), rustc_diagnostic_item = "vec_type")]
Expand Down

0 comments on commit ec8b6b4

Please sign in to comment.