Removed trailing whitespace on line 682

This commit is contained in:
mandeep 2017-04-03 15:48:12 -05:00
parent f74ca38686
commit 5787808d07

View File

@ -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).