about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorV1shvesh <22243137+V1shvesh@users.noreply.github.com>2019-09-08 22:58:28 +0530
committerV1shvesh <22243137+V1shvesh@users.noreply.github.com>2019-09-08 22:58:28 +0530
commitfc4375a895c899e937892c5666372cf14d35c6df (patch)
treed2b070a2ca12a778c4e0e0c94bb09872d29a3a88 /src/librustc_errors
parentc2552065819288a91a7e2646d95bf53765304b4f (diff)
downloadrust-fc4375a895c899e937892c5666372cf14d35c6df.tar.gz
rust-fc4375a895c899e937892c5666372cf14d35c6df.zip
Remove extra trailing newline
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs
index b5341a2b727..20338a33ef6 100644
--- a/src/librustc_errors/lib.rs
+++ b/src/librustc_errors/lib.rs
@@ -852,4 +852,3 @@ macro_rules! pluralise {
                 if $x != 1 { "s" } else { "" }
             };
 }
-