Skip to content

Commit 5787808

Browse files
committed
Removed trailing whitespace on line 682
1 parent f74ca38 commit 5787808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ impl<T> Vec<T> {
679679
}
680680

681681
/// Removes an element from the vector and returns it.
682-
///
682+
///
683683
/// The removed element is replaced by the last element of the vector.
684684
///
685685
/// This does not preserve ordering, but is O(1).

0 commit comments

Comments
 (0)