Skip to content

Commit 36d8fdf

Browse files
committed
markdown anchor tweaks
1 parent 1c221c6 commit 36d8fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/expressions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ A *value expression* is an expression that represents an actual value.
146146
The following contexts are *place expression* contexts:
147147

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

277277
[assign]: expressions/operator-expr.md#assignment-expressions
278278
[borrow]: expressions/operator-expr.md#borrow-operators
279-
[raw-borrow]: expressions/operator-expr.md#raw-borrow-operators
280279
[comparison]: expressions/operator-expr.md#comparison-operators
281280
[compound assignment]: expressions/operator-expr.md#compound-assignment-expressions
282281
[deref]: expressions/operator-expr.md#the-dereference-operator
@@ -295,6 +294,7 @@ They are never allowed before:
295294
[Mutable `static` items]: items/static-items.md#mutable-statics
296295
[scrutinee]: glossary.md#scrutinee
297296
[promoted]: destructors.md#constant-promotion
297+
[raw borrow]: expressions/operator-expr.md#raw-borrow-operators
298298
[slice]: types/slice.md
299299
[statement]: statements.md
300300
[static variables]: items/static-items.md

0 commit comments

Comments
 (0)