Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik
This commit is contained in:
commit
03f3b45ff0
@ -536,7 +536,7 @@ impl<T> Vec<T> {
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics if `i` is out of bounds.
|
||||
/// Panics if `index` is out of bounds.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user