Skip to content

Commit 92fc98c

Browse files
committed
Cleaned up long error description
1 parent 8b77f86 commit 92fc98c

File tree

1 file changed

+1
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-2
lines changed

src/librustc_error_codes/error_codes/E0637.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ loop. The `_` character, which represents the ignore pattern, cannot be used
1111
as the identifier because it is a reserved lifetime name. To fix
1212
this, use a lowercase letter, or a series of lowercase letters as the lifetime
1313
identifier. Often a single lowercase letter, such as `'a`, is sufficient. For
14-
more information, see
15-
[the book][bk-no].
14+
more information, see [the book][bk-no].
1615

1716
Corrected underscore example:
1817
```

0 commit comments

Comments
 (0)