Skip to content

Commit

Permalink
markdown anchor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored and ehuss committed Aug 20, 2024
1 parent 060d2b3 commit 60ccf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ A *value expression* is an expression that represents an actual value.
The following contexts are *place expression* contexts:

* The left operand of a [compound assignment] expression.
* The operand of a unary [borrow], [raw borrow][raw-borrow] or [dereference][deref] operator.
* The operand of a unary [borrow], [raw borrow] or [dereference][deref] operator.
* The operand of a field expression.
* The indexed operand of an array indexing expression.
* The operand of any [implicit borrow].
Expand Down Expand Up @@ -276,7 +276,6 @@ They are never allowed before:

[assign]: expressions/operator-expr.md#assignment-expressions
[borrow]: expressions/operator-expr.md#borrow-operators
[raw-borrow]: expressions/operator-expr.md#raw-borrow-operators
[comparison]: expressions/operator-expr.md#comparison-operators
[compound assignment]: expressions/operator-expr.md#compound-assignment-expressions
[deref]: expressions/operator-expr.md#the-dereference-operator
Expand All @@ -294,6 +293,7 @@ They are never allowed before:
[Mutable `static` items]: items/static-items.md#mutable-statics
[scrutinee]: glossary.md#scrutinee
[promoted]: destructors.md#constant-promotion
[raw borrow]: expressions/operator-expr.md#raw-borrow-operators
[slice]: types/slice.md
[statement]: statements.md
[static variables]: items/static-items.md
Expand Down

0 comments on commit 60ccf42

Please sign in to comment.