From 033b5f975b1403ea3cff424e0f3b89b7017dc214 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Wed, 9 May 2018 15:31:52 +0200 Subject: [PATCH] Remove removed rustfmt options Closes #2738 --- rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 205b7d897d3..6776a88294c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,4 @@ max_width = 120 comment_width = 100 -fn_call_width = 80 match_block_trailing_comma = true -closure_block_indent_threshold = 0 wrap_comments = true