We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e25ae4 commit 4193b0bCopy full SHA for 4193b0b
src/tools/lint-docs/src/groups.rs
@@ -13,6 +13,7 @@ static GROUP_DESCRIPTIONS: &[(&str, &str)] = &[
13
("nonstandard-style", "Violation of standard naming conventions"),
14
("future-incompatible", "Lints that detect code that has future-compatibility problems"),
15
("rust-2018-compatibility", "Lints used to transition code from the 2015 edition to 2018"),
16
+ ("rust-2021-compatibility", "Lints used to transition code from the 2018 edition to 2021"),
17
];
18
19
type LintGroups = BTreeMap<String, BTreeSet<String>>;
0 commit comments