]> git.lizzy.rs Git - rust.git/commitdiff
Removed trailing whitespace on line 682
authormandeep <mandeep@users.noreply.github.com>
Mon, 3 Apr 2017 20:48:12 +0000 (15:48 -0500)
committermandeep <mandeep@users.noreply.github.com>
Mon, 3 Apr 2017 20:48:12 +0000 (15:48 -0500)
src/libcollections/vec.rs

index 8a3fa94d4c1ea06c790476654e2a41d46672bd24..be613e06b02e87e5c845660aaff657f55496896c 100644 (file)
@@ -679,7 +679,7 @@ pub unsafe fn set_len(&mut self, len: usize) {
     }
 
     /// 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).