about summary refs log tree commit diff
path: root/src/libcore/task
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-02-28 12:45:49 -0800
committerbors <bors@rust-lang.org>2013-02-28 12:45:49 -0800
commite1d3a4fb3e2f5b165142adc382de1b226eb688f7 (patch)
tree6fe22be7c7b742fc4de6aee8c45cbc011efb181b /src/libcore/task
parentb171d0ef7b68fed961597d38e6a474d748243987 (diff)
parent2859c1ac6d760876282471ae57fee2e5731f85d5 (diff)
downloadrust-e1d3a4fb3e2f5b165142adc382de1b226eb688f7.tar.gz
rust-e1d3a4fb3e2f5b165142adc382de1b226eb688f7.zip
auto merge of #5156 : pcwalton/rust/method-privacy, r=pcwalton
r? @brson
Diffstat (limited to 'src/libcore/task')
-rw-r--r--src/libcore/task/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/task/mod.rs b/src/libcore/task/mod.rs
index 2a640e4bf8c..49507897392 100644
--- a/src/libcore/task/mod.rs
+++ b/src/libcore/task/mod.rs
@@ -232,7 +232,7 @@ priv impl TaskBuilder {
     }
 }
 
-impl TaskBuilder {
+pub impl TaskBuilder {
     /**
      * Decouple the child task's failure from the parent's. If either fails,
      * the other will not be killed.