Change task linked failure interface in manual

This commit is contained in:
Ben Blum 2012-07-24 18:04:26 -04:00
parent d948254ccb
commit ac9df5841c
1 changed files with 1 additions and 3 deletions

View File

@ -1717,9 +1717,7 @@ is bounds-checked at run-time. When the check fails, it will put the
task in a _failing state_.
~~~~
# let buildr = task::builder();
# task::unsupervise(buildr);
# do task::run(buildr) {
# do task::spawn_unlinked {
(~[1, 2, 3, 4])[0];
(~[mut 'x', 'y'])[1] = 'z';