diff --git a/src/config/mod.rs b/src/config/mod.rs index 8a95cc55fcb..d35a249a80a 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -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);