Skip to content

Commit f5ebab2

Browse files
authored
Add missing [if expression] link
1 parent fb595f1 commit f5ebab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ fn initialization_example() {
4141
// uninit_after_if; // err: use of possibly uninitialized `uninit_after_if`
4242
}
4343
```
44+
45+
[`if` expression]: expressions/if-expr.html#if-expressions

0 commit comments

Comments
 (0)