Skip to content

Commit 78df446

Browse files
committed
Tidied up the long error description
1 parent 1923586 commit 78df446

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

src/librustc_error_codes/error_codes/E0637.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
An underscore `_` character or a numeric literal `u8`, `i32`, `f64`, etc has
3-
been used as the identifier for a lifetime.
2+
been used as the identifier for a lifetime.
43

54
Erroneous code example 1:
65
```
@@ -29,6 +28,4 @@ fn some_function<'a>(str1: &'a str, str2: &'a str) -> &'a str {
2928
//Some code
3029
}
3130
```
32-
3331
[bk-no]: https://doc.rust-lang.org/book/appendix-02-operators.html#non-operator-symbols
34-

0 commit comments

Comments
 (0)