We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_editions_2015_2018_2021_identical
1 parent 35b3889 commit 40909b4Copy full SHA for 40909b4
src/config/mod.rs
@@ -900,7 +900,7 @@ make_backup = false
900
Config::default_with_style_edition(style_edition)
901
.all_options()
902
.to_toml()
903
- .unwrap();
+ .unwrap()
904
};
905
let edition2015 = get_edition_toml(StyleEdition::Edition2015);
906
let edition2018 = get_edition_toml(StyleEdition::Edition2018);
0 commit comments