Skip to content

Commit 805e4e6

Browse files
Remove unnecessary empty lines
1 parent dfb0677 commit 805e4e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,6 @@ unsafe impl Foo { }
19881988
// converting it to this will fix it
19891989
impl Foo { }
19901990
```
1991-
19921991
"##,
19931992

19941993
E0198: r##"
@@ -2005,7 +2004,6 @@ unsafe impl !Clone for Foo { }
20052004
// this will compile
20062005
impl !Clone for Foo { }
20072006
```
2008-
20092007
"##,
20102008

20112009
E0199: r##"
@@ -2023,7 +2021,6 @@ unsafe impl Bar for Foo { }
20232021
// this will compile
20242022
impl Bar for Foo { }
20252023
```
2026-
20272024
"##,
20282025

20292026
E0200: r##"
@@ -2041,7 +2038,6 @@ impl Bar for Foo { }
20412038
// this will compile
20422039
unsafe impl Bar for Foo { }
20432040
```
2044-
20452041
"##,
20462042

20472043
E0201: r##"

0 commit comments

Comments
 (0)