1
Fork 0

Remove "length" doc aliases

This commit is contained in:
Amanieu d'Antras 2021-06-30 20:25:04 +01:00
parent fc2705d707
commit e2536bb271
13 changed files with 0 additions and 13 deletions

View file

@ -1813,7 +1813,6 @@ impl<T, A: Allocator> Vec<T, A> {
/// let a = vec![1, 2, 3];
/// assert_eq!(a.len(), 3);
/// ```
#[doc(alias = "length")]
#[inline]
#[stable(feature = "rust1", since = "1.0.0")]
pub fn len(&self) -> usize {