From 04faac962a706ee3785fa6d02705f393c64bd762 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 21 Jun 2020 16:48:09 -0700 Subject: [PATCH] Remove error_on_line_overflow rustfmt setting No longer seeing warnings on this from rustfmt. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index ad0225ff..00000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -error_on_line_overflow = false