Remove "length" doc aliases
This commit is contained in:
parent
fc2705d707
commit
e2536bb271
13 changed files with 0 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue