Skip to content

Commit d300361

Browse files
authored
Merge pull request #1389 from rlcintra/fix_see_also_link
Moved "See also" link to the correct page.
2 parents 4a66286 + 0a36090 commit d300361

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/flow_control/match/destructuring/destructure_pointers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ fn main() {
5959
}
6060
}
6161
```
62+
63+
### See also:
64+
65+
[The ref pattern](../../../scope/borrow/ref.md)

src/flow_control/match/destructuring/destructure_structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ fn main() {
2929

3030
### See also:
3131

32-
[Structs](../../../custom_types/structs.md), [The ref pattern](../../../scope/borrow/ref.md)
32+
[Structs](../../../custom_types/structs.md)

0 commit comments

Comments
 (0)