Auto format attributes on their own line

This commit is contained in:
David Tolnay
2017-12-23 20:24:57 -08:00
parent ab234be025
commit ed6a1de311
9 changed files with 228 additions and 117 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ fn test_unit_fallthrough() {
enum F {
Aaa,
Bbb,
#[serde(other)] Other,
#[serde(other)]
Other,
}
assert_de_tokens(&F::Other, &[Token::Str("x")]);