Add 2021 compatibility lint description
This commit is contained in:
parent
4e25ae4807
commit
4193b0bb70
@ -13,6 +13,7 @@ static GROUP_DESCRIPTIONS: &[(&str, &str)] = &[
|
||||
("nonstandard-style", "Violation of standard naming conventions"),
|
||||
("future-incompatible", "Lints that detect code that has future-compatibility problems"),
|
||||
("rust-2018-compatibility", "Lints used to transition code from the 2015 edition to 2018"),
|
||||
("rust-2021-compatibility", "Lints used to transition code from the 2018 edition to 2021"),
|
||||
];
|
||||
|
||||
type LintGroups = BTreeMap<String, BTreeSet<String>>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user