mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik
This commit is contained in:
@@ -536,7 +536,7 @@ pub fn insert(&mut self, index: usize, element: T) {
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics if `i` is out of bounds.
|
||||
/// Panics if `index` is out of bounds.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user