Merge pull request #1572 from mbrubeck/master

Fix a broken link in rust.md
This commit is contained in:
Graydon Hoare 2012-01-19 21:08:45 -08:00
commit 9083293677
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:
~~~~