We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 639e3c1 + 27a70b5 commit 1514bf0Copy full SHA for 1514bf0
src/flow_control/match/destructuring.md
@@ -13,3 +13,7 @@ A `match` block can destructure items in a variety of ways.
13
[struct]: destructuring/destructure_structures.md
14
[tuple]: destructuring/destructure_tuple.md
15
[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