Skip to content

Commit

Permalink
feat: 2024 edition stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 authored Feb 23, 2025
1 parent 806a3ea commit e3e9cd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,9 @@ pub enum Edition {
/// Edition 2021
#[serde(rename = "2021")]
E2021,
#[doc(hidden)]
/// Edition 2024
#[serde(rename = "2024")]
_E2024,
E2024,
#[doc(hidden)]
#[serde(rename = "2027")]
_E2027,
Expand All @@ -851,7 +851,7 @@ impl Edition {
E2015 => "2015",
E2018 => "2018",
E2021 => "2021",
_E2024 => "2024",
E2024 => "2024",
_E2027 => "2027",
_E2030 => "2030",
}
Expand Down

0 comments on commit e3e9cd3

Please sign in to comment.