From 5c3a00ebbba08b69f000e8ad384b50d201df1ecd Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 29 Dec 2020 12:42:33 -0800 Subject: [PATCH] Remove use of unstable features from rustfmt.toml. --- rustfmt.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index f315886..a032c00 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,13 +1,5 @@ edition = "2018" -fn_args_layout = "Compressed" -fn_single_line = true -match_arm_blocks = false -match_block_trailing_comma = true max_width = 100 -merge_imports = true newline_style = "Unix" reorder_imports = true -trailing_comma = "Vertical" use_field_init_shorthand = true -use_try_shorthand = true -wrap_comments = true