]> git.lizzy.rs Git - rust.git/commitdiff
Removed trailing whitespace
author42triangles <dodo2998@gmail.com>
Mon, 11 Sep 2017 06:28:14 +0000 (08:28 +0200)
committer42triangles <dodo2998@gmail.com>
Mon, 11 Sep 2017 06:28:14 +0000 (08:28 +0200)
src/liballoc/str.rs

index c48ff3f5cc306698388fc007e597ad076b2076bf..d4dcf2066df19a6399e0f1751f8e9be07f00cd2d 100644 (file)
@@ -1783,7 +1783,7 @@ pub fn parse<F: FromStr>(&self) -> Result<F, F::Err> {
     }
 
     /// Converts a `Box<str>` into a `Box<[u8]>` without copying or allocating.
-    /// 
+    ///
     /// # Examples
     ///
     /// Basic usage: