We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1624ba9 commit 3ea3ff8Copy full SHA for 3ea3ff8
src/diag.md
@@ -231,8 +231,8 @@ declare_lint! {
231
This makes the `ANONYMOUS_PARAMETERS` lint allow-by-default in the 2015 edition
232
but warn-by-default in the 2018 edition.
233
234
-Lints that represent an incompatibility (i.e. error) in the upcoming edition should
235
-also be registered as `FutureIncompatibilityLint`s in
+Lints that represent an incompatibility (i.e. error) in the upcoming edition
+should also be registered as `FutureIncompatibilityLint`s in
236
[`register_builtins`][rbuiltins] function in [`rustc_lint::lib`][builtin].
237
238
### Lint Groups
0 commit comments