Skip to content

Commit 3ecf4bf

Browse files
committed
lint-docs: add future edition group
This should have been included in rust-lang#137606.
1 parent 0bedf31 commit 3ecf4bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ static GROUP_DESCRIPTIONS: &[(&str, &str)] = &[
1717
("rust-2018-compatibility", "Lints used to transition code from the 2015 edition to 2018"),
1818
("rust-2021-compatibility", "Lints used to transition code from the 2018 edition to 2021"),
1919
("rust-2024-compatibility", "Lints used to transition code from the 2021 edition to 2024"),
20+
(
21+
"edition-future-compatibility",
22+
"Lints used to transition code from the 2024 edition to the future edition",
23+
),
2024
(
2125
"refining-impl-trait",
2226
"Detects refinement of `impl Trait` return types by trait implementations",

0 commit comments

Comments
 (0)