Skip to content

Commit 40909b4

Browse files
Mattias Wallinytmimi
Mattias Wallin
authored andcommitted
Fix test_editions_2015_2018_2021_identical
Was comparing unit type.
1 parent 35b3889 commit 40909b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ make_backup = false
900900
Config::default_with_style_edition(style_edition)
901901
.all_options()
902902
.to_toml()
903-
.unwrap();
903+
.unwrap()
904904
};
905905
let edition2015 = get_edition_toml(StyleEdition::Edition2015);
906906
let edition2018 = get_edition_toml(StyleEdition::Edition2018);

0 commit comments

Comments
 (0)