From fc584141e66bbec63b09c8f58cc9a44253de3777 Mon Sep 17 00:00:00 2001 From: Romain GERARD Date: Fri, 25 Mar 2022 14:48:06 +0100 Subject: [PATCH] fmt --- rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index c82b93f5..d5057429 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,5 @@ +edition = "2018" max_width = 120 fn_call_width = 100 attr_fn_like_width = 100 -edition = "2018" +use_field_init_shorthand = true