diff options
| author | varkor <github@varkor.com> | 2019-04-22 16:55:33 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-04-22 16:57:01 +0100 |
| commit | 7f0f0e31ecceacfc627440216e559b9625378ecc (patch) | |
| tree | f5118141db9b871f0189330959f5524f31301314 /src/liballoc/str.rs | |
| parent | c21fbfe7e310b9055ed6b7c46b7d37b831a516e3 (diff) | |
| download | rust-7f0f0e31ecceacfc627440216e559b9625378ecc.tar.gz rust-7f0f0e31ecceacfc627440216e559b9625378ecc.zip | |
Remove double trailing newlines
Diffstat (limited to 'src/liballoc/str.rs')
| -rw-r--r-- | src/liballoc/str.rs | 1 |
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) } - |
