From 4973d7a62d35ad2c79d6380d2e6b498b598ce2ea Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 23 Dec 2017 20:27:52 -0800 Subject: [PATCH] Suppress errors on rustfmt line overflow Some of the serde_derive lines inside of quote!(...) are too long. Rustfmt cannot fix these. Will need to follow up. --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 2865bb74..cfc87c79 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,2 @@ +error_on_line_overflow = false same_line_attributes = false