Skip to content

Commit 3ea3ff8

Browse files
committed
line length
1 parent 1624ba9 commit 3ea3ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/diag.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ declare_lint! {
231231
This makes the `ANONYMOUS_PARAMETERS` lint allow-by-default in the 2015 edition
232232
but warn-by-default in the 2018 edition.
233233

234-
Lints that represent an incompatibility (i.e. error) in the upcoming edition should
235-
also be registered as `FutureIncompatibilityLint`s in
234+
Lints that represent an incompatibility (i.e. error) in the upcoming edition
235+
should also be registered as `FutureIncompatibilityLint`s in
236236
[`register_builtins`][rbuiltins] function in [`rustc_lint::lib`][builtin].
237237

238238
### Lint Groups

0 commit comments

Comments
 (0)