From f452acbb5e18ae188bc28dc8ea685f6b4cb0d2df Mon Sep 17 00:00:00 2001 From: 42triangles Date: Mon, 11 Sep 2017 08:28:14 +0200 Subject: [PATCH] Removed trailing whitespace --- src/liballoc/str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liballoc/str.rs b/src/liballoc/str.rs index c48ff3f5cc30..d4dcf2066df1 100644 --- a/src/liballoc/str.rs +++ b/src/liballoc/str.rs @@ -1783,7 +1783,7 @@ impl str { } /// Converts a `Box` into a `Box<[u8]>` without copying or allocating. - /// + /// /// # Examples /// /// Basic usage: