From 0ecde57ca758c5ac6a204f48505c52b325c2f17a Mon Sep 17 00:00:00 2001 From: Stiopa Koltsov Date: Sat, 6 Aug 2022 12:33:42 -0700 Subject: [PATCH] rustfmt.toml: group_imports = StdExternalCrate Summary: To be landed when reformat changes land. [Context](https://fb.workplace.com/groups/rust.language/posts/9143028552412345). Reviewed By: zertosh Differential Revision: D38485268 fbshipit-source-id: 2a193d675b60f67860fc437b0e2ee4982af8706f --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 13b9f4e4775d8..b7258ed0a8d84 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,7 @@ # Get help on options with `rustfmt --help=config` # Please keep these in alphabetical order. edition = "2021" +group_imports = "StdExternalCrate" imports_granularity = "Item" merge_derives = false use_field_init_shorthand = true