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.
This commit is contained in:
David Tolnay 2017-12-23 20:27:52 -08:00
parent ed6a1de311
commit 4973d7a62d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1 +1,2 @@
error_on_line_overflow = false
same_line_attributes = false