Skip to content

Commit

Permalink
Fix test_editions_2015_2018_2021_identical
Browse files Browse the repository at this point in the history
Was comparing unit type.
  • Loading branch information
Mattias Wallin authored and Rawk committed Sep 1, 2024
1 parent 1930514 commit 26ccbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ make_backup = false
Config::default_with_style_edition(style_edition)
.all_options()
.to_toml()
.unwrap();
.unwrap()
};
let edition2015 = get_edition_toml(StyleEdition::Edition2015);
let edition2018 = get_edition_toml(StyleEdition::Edition2018);
Expand Down

0 comments on commit 26ccbc4

Please sign in to comment.