Revert erroneous fix to tutorial
This commit is contained in:
parent
d35a380870
commit
0e12934ed3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue