]> git.lizzy.rs Git - rust.git/commit
auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 18 Feb 2014 01:31:52 +0000 (17:31 -0800)
committerbors <bors@rust-lang.org>
Tue, 18 Feb 2014 01:31:52 +0000 (17:31 -0800)
commit93a2ee807abafa25555b17b6432d02db53f9e756
tree5e678a71ec944ab913a723228742bb3a469cd2f5
parent25147b2644ed569f16f22dc02d10a0a9b7b97c7e
parent01b31af4bbf7f066bbce00cc4260b63ac75c23b9
auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton

Delete all the documentation from std::task that references linked
failure.

Tweak TaskBuilder to be more builder-like. `.name()` is now `.named()` and
`.add_wrapper()` is now `.with_wrapper()`. Remove `.watched()` and
`.unwatched()` as they didn't actually do anything.

Closes #6399.