Skip to content

Commit 31c25eb

Browse files
authored
Add link to chapter on pattern syntax
After being stuck on exercise enums3.rs for about an hour or two, having read the entire chapter on enums 2-3 times, and still being unable to complete the exercise, i started broadening my reading. I finally found the answer in the rust docs via google.
1 parent f4acb88 commit 31c25eb

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)