Skip to content

Commit

Permalink
Removed trailing whitespace on line 682
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeep committed Apr 3, 2017
1 parent f74ca38 commit 5787808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5787808

Please sign in to comment.