Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik

This commit is contained in:
Steve Klabnik
2015-04-27 10:26:20 -04:00
+1 -1
View File
@@ -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
///