Skip to content

Commit 06a19e6

Browse files
committed
Auto merge of #13429 - ehuss:edition-2024-lint, r=epage
Enable edition migration for 2024 This enables `cargo fix --edition` to migrate to the 2024 edition. The lint group is now available in rustc.
2 parents fc1d58f + fa7ec12 commit 06a19e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ impl Edition {
275275
Edition2015 => false,
276276
Edition2018 => true,
277277
Edition2021 => true,
278-
Edition2024 => false,
278+
Edition2024 => true,
279279
}
280280
}
281281

0 commit comments

Comments
 (0)