Skip to content

Commit 7a40898

Browse files
authored
Merge pull request #2238 from Zexbe/chapter6tochapter18
Add note about chapter 18 in chapter 6
2 parents c8841f2 + 1d47b58 commit 7a40898

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ch06-02-match.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,8 @@ list before the `_` placeholder.
203203

204204
However, the `match` expression can be a bit wordy in a situation in which we
205205
care about only *one* of the cases. For this situation, Rust provides `if let`.
206+
207+
More about patterns, and matching can be found in [chapter 18][ch18-00-patterns].
208+
209+
[ch18-00-patterns]:
210+
ch18-00-patterns

0 commit comments

Comments
 (0)