We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e03e9 commit ec8b6b4Copy full SHA for ec8b6b4
library/alloc/src/vec/mod.rs
@@ -370,6 +370,7 @@ mod spec_extend;
370
/// [`MaybeUninit`]: core::mem::MaybeUninit
371
/// [owned slice]: Box
372
#[doc(alias = "ArrayList")]
373
+#[doc(alias = "List")]
374
#[doc(alias = "Vector")]
375
#[stable(feature = "rust1", since = "1.0.0")]
376
#[cfg_attr(not(test), rustc_diagnostic_item = "vec_type")]
0 commit comments