Skip to content

Commit

Permalink
Use 2015 as the default edition if not found in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 30, 2024
1 parent bad6950 commit c74de40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub(crate) struct Workspace {

impl Default for Edition {
fn default() -> Self {
Edition::E2018
Edition::E2015
}
}

Expand Down

0 comments on commit c74de40

Please sign in to comment.