diff --git a/rustfmt.toml b/rustfmt.toml index 66cca425b95f..69d0112f2786 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,6 @@ edition = "2021" version = "Two" imports_granularity = "Item" -merge_imports = true use_field_init_shorthand = true use_try_shorthand = true group_imports = "StdExternalCrate"