From 19aac4b5782b0291445768dd1c638840f012851a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Tue, 24 Aug 2021 17:00:43 -0300 Subject: [PATCH] Removing unstable features from rustfmt.toml --- rustfmt.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 213e7f3..7bba11e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,9 +1,4 @@ -# Normal features -max_width = 100 -imports_granularity = "Crate" -match_block_trailing_comma = true -overflow_delimited_expr = true -reorder_impl_items = true +max_width = 120 use_field_init_shorthand = true newline_style = "Unix" edition = "2018"