about summary refs log tree commit diff
path: root/src/liballoc/str.rs
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-04-22 16:55:33 +0100
committervarkor <github@varkor.com>2019-04-22 16:57:01 +0100
commit7f0f0e31ecceacfc627440216e559b9625378ecc (patch)
treef5118141db9b871f0189330959f5524f31301314 /src/liballoc/str.rs
parentc21fbfe7e310b9055ed6b7c46b7d37b831a516e3 (diff)
downloadrust-7f0f0e31ecceacfc627440216e559b9625378ecc.tar.gz
rust-7f0f0e31ecceacfc627440216e559b9625378ecc.zip
Remove double trailing newlines
Diffstat (limited to 'src/liballoc/str.rs')
-rw-r--r--src/liballoc/str.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/str.rs b/src/liballoc/str.rs
index f10a01d44c8..e5d4e1c533c 100644
--- a/src/liballoc/str.rs
+++ b/src/liballoc/str.rs
@@ -573,4 +573,3 @@ impl str {
 pub unsafe fn from_boxed_utf8_unchecked(v: Box<[u8]>) -> Box<str> {
     Box::from_raw(Box::into_raw(v) as *mut str)
 }
-