serde/rustfmt.toml
David Tolnay 4973d7a62d
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.
2017-12-23 20:27:56 -08:00

3 lines
60 B
TOML

error_on_line_overflow = false
same_line_attributes = false