Skip to content

Commit 03e03e9

Browse files
committed
Add "ArrayList" as doc alias to Vec
1 parent 1118cd7 commit 03e03e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/vec/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ mod spec_extend;
369369
/// [`reserve`]: Vec::reserve
370370
/// [`MaybeUninit`]: core::mem::MaybeUninit
371371
/// [owned slice]: Box
372+
#[doc(alias = "ArrayList")]
372373
#[doc(alias = "Vector")]
373374
#[stable(feature = "rust1", since = "1.0.0")]
374375
#[cfg_attr(not(test), rustc_diagnostic_item = "vec_type")]

0 commit comments

Comments
 (0)