Skip to content

Commit 1514bf0

Browse files
authored
Merge pull request #1963 from Nylme/master
Include a link to The Rust Reference in flow_control/match/destructuring
2 parents 639e3c1 + 27a70b5 commit 1514bf0

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)