We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bedf31 commit 3ecf4bfCopy full SHA for 3ecf4bf
src/tools/lint-docs/src/groups.rs
@@ -17,6 +17,10 @@ static GROUP_DESCRIPTIONS: &[(&str, &str)] = &[
17
("rust-2018-compatibility", "Lints used to transition code from the 2015 edition to 2018"),
18
("rust-2021-compatibility", "Lints used to transition code from the 2018 edition to 2021"),
19
("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
+ ),
24
(
25
"refining-impl-trait",
26
"Detects refinement of `impl Trait` return types by trait implementations",
0 commit comments