From b81eda3673484f7102ea46a6f244b937ee0a642a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 28 Jun 2019 21:35:12 -0700 Subject: [PATCH] Remove use_small_heuristics --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 08c93a58..487c7761 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,5 @@ unstable_features = true merge_imports = true -use_small_heuristics = "Max" edition = "2018" format_strings = true version = "Two"