We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c1d7a commit 1118cd7Copy full SHA for 1118cd7
library/alloc/src/vec/mod.rs
@@ -369,6 +369,7 @@ mod spec_extend;
369
/// [`reserve`]: Vec::reserve
370
/// [`MaybeUninit`]: core::mem::MaybeUninit
371
/// [owned slice]: Box
372
+#[doc(alias = "Vector")]
373
#[stable(feature = "rust1", since = "1.0.0")]
374
#[cfg_attr(not(test), rustc_diagnostic_item = "vec_type")]
375
pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
0 commit comments