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
@@ -61,7 +61,8 @@ enum Unsupported {
Sequence,
Tuple,
TupleStruct,
#[cfg(not(any(feature = "std", feature = "alloc")))] Enum,
#[cfg(not(any(feature = "std", feature = "alloc")))]
Enum,
}
impl Display for Unsupported {