Skip to content

Commit 487b821

Browse files
committed
Wrap PR 156 to 80 columns
1 parent 3668e63 commit 487b821

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_src/container-attrs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@
7070
Use the untagged enum representation for this enum. See [enum representations]
7171
for details on this representation.
7272

73-
When no variant matches, the error may be uninformative which can be improved with [`serde(expecting)`](#expecting).
73+
When no variant matches, the error may be uninformative which can be improved
74+
with [`serde(expecting)`](#expecting).
7475

75-
In performance-critical code, checking each variant and processing the errors can be slow.
76-
In these cases, it may be better to hand-implement the deserialize trait for which [serde-untagged] may help.
76+
In performance-critical code, checking each variant and processing the errors
77+
can be slow. In these cases, it may be better to hand-implement the
78+
deserialize trait for which [serde-untagged] may help.
7779

7880
[serde-untagged]: https://docs.rs/serde-untagged
7981

0 commit comments

Comments
 (0)