line length

This commit is contained in:
Mark Mansi 2018-05-22 15:01:04 -05:00 committed by Who? Me?!
parent b4fe77109c
commit 8e744cddf5
1 changed files with 2 additions and 2 deletions

View File

@ -231,8 +231,8 @@ declare_lint! {
This makes the `ANONYMOUS_PARAMETERS` lint allow-by-default in the 2015 edition This makes the `ANONYMOUS_PARAMETERS` lint allow-by-default in the 2015 edition
but warn-by-default in the 2018 edition. but warn-by-default in the 2018 edition.
Lints that represent an incompatibility (i.e. error) in the upcoming edition should Lints that represent an incompatibility (i.e. error) in the upcoming edition
also be registered as `FutureIncompatibilityLint`s in should also be registered as `FutureIncompatibilityLint`s in
[`register_builtins`][rbuiltins] function in [`rustc_lint::lib`][builtin]. [`register_builtins`][rbuiltins] function in [`rustc_lint::lib`][builtin].
### Lint Groups ### Lint Groups