Skip to content

Commit c732fa0

Browse files
committed
Apply suggestions from PR
1 parent 596c577 commit c732fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The following expressions can be mutable place expression contexts:
241241
* [Temporary values].
242242
* [Fields][field]: this evaluates the subexpression in a mutable place expression context.
243243
* [Dereferences][deref] of a `*mut T` pointer.
244-
* Dereference of a movable place, with type `&mut T`. This includes variables and their fields, as well as temporaries.
244+
* Dereference of a [movable place][expr.move.movable-place] with type `&mut T`. This includes variables and their fields, as well as temporaries.
245245
Note: This is an exception to the requirement of the next rule.
246246
* Dereferences of a type that implements `DerefMut`:
247247
this then requires that the value being dereferenced is evaluated in a mutable place expression context.

0 commit comments

Comments
 (0)