about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-11-15 12:32:00 -0800
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-11-15 12:35:14 -0800
commit9b6f025eb607aab8ea29c2033dcebe1d263ba614 (patch)
tree81a79d92c6a0f5a876595069592ed37107dc61e9 /src/libstd/std.rc
parenta0610c952f0d23927443b901241627ae910fd3cd (diff)
downloadrust-9b6f025eb607aab8ea29c2033dcebe1d263ba614.tar.gz
rust-9b6f025eb607aab8ea29c2033dcebe1d263ba614.zip
Rename thread_pool to task_pool
Minor change, no review.

Closes #3972
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 85c0ffa3e24..28f5db214e9 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -54,7 +54,7 @@ pub mod sync;
 pub mod arc;
 pub mod comm;
 pub mod future;
-pub mod thread_pool;
+pub mod task_pool;
 
 // Collections