Fix a broken link in doc/rust.md.

This commit is contained in:
Matt Brubeck 2012-01-19 20:55:36 -08:00
parent 7b1a8f0a91
commit bed7e96022
1 changed files with 1 additions and 1 deletions

View File

@ -1667,7 +1667,7 @@ equals sign (`=`) and an *rval* expression.
Evaluating an assignment expression is equivalent to evaluating a [binary move
expression](#binary-move-expressions) applied to a [unary copy
expression](unary-copy-expressions). For example, the following two
expression](#unary-copy-expressions). For example, the following two
expressions have the same effect:
~~~~