Fix test_editions_2015_2018_2021_identical
Was comparing unit type.
This commit is contained in:
parent
35b3889c77
commit
40909b4331
@ -900,7 +900,7 @@ fn test_editions_2015_2018_2021_identical() {
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user