mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add doc aliases list and vector to Vec
This commit is contained in:
@@ -433,6 +433,8 @@
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[rustc_diagnostic_item = "Vec"]
|
||||
#[rustc_insignificant_dtor]
|
||||
#[doc(alias = "list")]
|
||||
#[doc(alias = "vector")]
|
||||
pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
|
||||
buf: RawVec<T, A>,
|
||||
len: usize,
|
||||
|
||||
Reference in New Issue
Block a user