Skip to content

Commit 4193b0b

Browse files
committedApr 26, 2021
Add 2021 compatibility lint description
1 parent 4e25ae4 commit 4193b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/tools/lint-docs/src/groups.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ static GROUP_DESCRIPTIONS: &[(&str, &str)] = &[
1313
("nonstandard-style", "Violation of standard naming conventions"),
1414
("future-incompatible", "Lints that detect code that has future-compatibility problems"),
1515
("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"),
1617
];
1718

1819
type LintGroups = BTreeMap<String, BTreeSet<String>>;

0 commit comments

Comments
 (0)
Please sign in to comment.