Skip to content

Commit

Permalink
Auto merge of #13429 - ehuss:edition-2024-lint, r=epage
Browse files Browse the repository at this point in the history
Enable edition migration for 2024

This enables `cargo fix --edition` to migrate to the 2024 edition. The lint group is now available in rustc.
  • Loading branch information
bors committed Feb 10, 2024
2 parents fc1d58f + fa7ec12 commit 06a19e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ impl Edition {
Edition2015 => false,
Edition2018 => true,
Edition2021 => true,
Edition2024 => false,
Edition2024 => true,
}
}

Expand Down

0 comments on commit 06a19e6

Please sign in to comment.