From ac1d4ea3acf3ee27fdf9960a2219102ef838939d Mon Sep 17 00:00:00 2001 From: Yuma Hiramatsu Date: Sun, 22 Aug 2021 02:51:40 +0900 Subject: [PATCH] Set other options --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rustfmt.toml b/rustfmt.toml index c2c301b3..69597cd7 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,3 +2,5 @@ format_code_in_doc_comments = true group_imports = "StdExternalCrate" imports_granularity = "Crate" imports_layout = "HorizontalVertical" +unstable_features = true +use_field_init_shorthand = true