From 2312df371823e9027162a4774ee00522f1a86da6 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 20 May 2018 14:32:06 +0300 Subject: [PATCH] Fix rustfmt config. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 2eeaaa8..898973f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,4 @@ unstable_features = true -verbose = false max_width = 100 comment_width = 100 wrap_comments = true