about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/str.rs b/src/liballoc/str.rs
index c48ff3f5cc3..d4dcf2066df 100644
--- a/src/liballoc/str.rs
+++ b/src/liballoc/str.rs
@@ -1783,7 +1783,7 @@ impl str {
     }
 
     /// Converts a `Box<str>` into a `Box<[u8]>` without copying or allocating.
-    /// 
+    ///
     /// # Examples
     ///
     /// Basic usage: