Removed trailing whitespace on line 682
This commit is contained in:
parent
f74ca38686
commit
5787808d07
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ impl<T> Vec<T> {
|
|||
}
|
||||
|
||||
/// Removes an element from the vector and returns it.
|
||||
///
|
||||
///
|
||||
/// The removed element is replaced by the last element of the vector.
|
||||
///
|
||||
/// This does not preserve ordering, but is O(1).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue