From bed7e9602283ebdb46bf1078bb1863fd005b8877 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 19 Jan 2012 20:55:36 -0800 Subject: [PATCH] Fix a broken link in doc/rust.md. --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index 231066f5a8f..73d572fadad 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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: ~~~~