From b9b6cd65856e7f1c51dbc83dfc2484147eb8667a Mon Sep 17 00:00:00 2001 From: Multirious Date: Tue, 26 Mar 2024 08:59:13 +0700 Subject: [PATCH] Remove group_imports fmt --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 95dd99b..23c124f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -4,5 +4,5 @@ max_width = 80 format_code_in_doc_comments = true match_arm_leading_pipes = "Preserve" reorder_impl_items = true -group_imports = "StdExternalCrate" +# group_imports = "StdExternalCrate" use_field_init_shorthand = true