Format with rustfmt 0.99.4

This commit is contained in:
David Tolnay
2018-09-11 23:00:08 -07:00
parent 2753ec757b
commit 53fe1b328e
4 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ enum EnumSkipAll {
enum EnumOther {
Unit,
#[serde(other)]
Other
Other,
}
//////////////////////////////////////////////////////////////////////////