Skip to content

Commit 27a70b5

Browse files
committed
Include a link to The Rust Reference in flow_control/match/destructuring
1 parent 2c9b490 commit 27a70b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/flow_control/match/destructuring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ A `match` block can destructure items in a variety of ways.
1313
[struct]: destructuring/destructure_structures.md
1414
[tuple]: destructuring/destructure_tuple.md
1515
[slice]: destructuring/destructure_slice.md
16+
17+
### See also:
18+
19+
[The Rust Reference for Destructuring](https://doc.rust-lang.org/reference/patterns.html#r-patterns.destructure)

0 commit comments

Comments
 (0)