Skip to content

Commit 615ce32

Browse files
author
marisa
authored
fix(enums): Add link to chapter on pattern syntax (#242)
Add link to chapter on pattern syntax
2 parents f4acb88 + 31c25eb commit 615ce32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/enums/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Rust allows you to define a type called `enums` which allow you to enumerate pos
55
#### Book Sections
66

77
- [Enums](https://doc.rust-lang.org/book/ch06-00-enums.html)
8+
- [Pattern syntax](https://doc.rust-lang.org/book/ch18-03-pattern-syntax.html)

0 commit comments

Comments
 (0)