Skip to content

Commit 93536fb

Browse files
Formatting
1 parent 1993507 commit 93536fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/src/05_ticket_v2/02_match.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ By using this catch-all pattern, you _won't_ get the benefits of compiler-driven
7474
If you add a new enum variant, the compiler _won't_ tell you that you're not handling it.
7575

7676
If you're keen on correctness, avoid using catch-alls. Leverage the compiler to re-examine all matching sites and determine how new enum variants should be handled.
77+
7778
</div>

0 commit comments

Comments
 (0)