Skip to content

Commit

Permalink
auto merge of #14514 : Randati/rust/patch-1, r=huonw
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed May 30, 2014
2 parents af7c030 + 0e12934 commit 25951b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ let ys = xs;
xs = Nil;
// `xs` can't be used again
// `xs` can be used again
~~~

A destructor call will only occur for a variable that has not been moved from,
Expand Down

0 comments on commit 25951b2

Please sign in to comment.