diff options
| author | V1shvesh <22243137+V1shvesh@users.noreply.github.com> | 2019-09-08 22:58:28 +0530 |
|---|---|---|
| committer | V1shvesh <22243137+V1shvesh@users.noreply.github.com> | 2019-09-08 22:58:28 +0530 |
| commit | fc4375a895c899e937892c5666372cf14d35c6df (patch) | |
| tree | d2b070a2ca12a778c4e0e0c94bb09872d29a3a88 /src/librustc_errors | |
| parent | c2552065819288a91a7e2646d95bf53765304b4f (diff) | |
| download | rust-fc4375a895c899e937892c5666372cf14d35c6df.tar.gz rust-fc4375a895c899e937892c5666372cf14d35c6df.zip | |
Remove extra trailing newline
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/lib.rs | 1 |
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 { "" } }; } - |
