We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a836b92 commit bc0c820Copy full SHA for bc0c820
src/cargo/ops/fix.rs
@@ -699,7 +699,7 @@ impl FixArgs {
699
fn next_edition(&self) -> Edition {
700
match self.enabled_edition {
701
None | Some(Edition::Edition2015) => Edition::Edition2018,
702
- Some(Edition::Edition2018) => Edition::Edition2021,
+ Some(Edition::Edition2018) => Edition::Edition2018, // TODO: Change to 2021 when rustc is ready for it.
703
Some(Edition::Edition2021) => Edition::Edition2021,
704
}
705
0 commit comments