Skip to content

Commit 6e477e0

Browse files
committed
Wrap PR 179 to 80 columns
1 parent 2909dfe commit 6e477e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: _src/enum-representations.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ In JSON and other self-describing formats, the externally tagged representation
4040
is often not ideal for readability. Serde provides attributes to select three
4141
other possible representations.
4242

43-
**Note**: This is the only enums representation that requires neither `std` nor `alloc` Cargo features to be enabled.
43+
**Note**: This is the only enums representation that requires neither `std` nor
44+
`alloc` Cargo features to be enabled.
4445

4546
## Internally tagged
4647

0 commit comments

Comments
 (0)