Skip to content

Commit

Permalink
Merge pull request #1389 from rlcintra/fix_see_also_link
Browse files Browse the repository at this point in the history
Moved "See also" link to the correct page.
  • Loading branch information
marioidival authored Nov 27, 2020
2 parents 4a66286 + 0a36090 commit d300361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/flow_control/match/destructuring/destructure_pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ fn main() {
}
}
```

### See also:

[The ref pattern](../../../scope/borrow/ref.md)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ fn main() {

### See also:

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

0 comments on commit d300361

Please sign in to comment.