diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-11-18 17:56:50 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-11-26 18:13:54 -0800 |
| commit | be6613e048c889a0aeaff056131c2406259f1fb4 (patch) | |
| tree | 1067f383db3a97a6b85e11637ef23b0a0a6a3549 /src/libcore/task/mod.rs | |
| parent | 81a79603c0c9c2425d0a8475d29b4ef77fae8607 (diff) | |
Remove the crate language
Diffstat (limited to 'src/libcore/task/mod.rs')
| -rw-r--r-- | src/libcore/task/mod.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libcore/task/mod.rs b/src/libcore/task/mod.rs new file mode 100644 index 00000000000..887983e8b6c --- /dev/null +++ b/src/libcore/task/mod.rs @@ -0,0 +1,8 @@ + +mod local_data_priv; + +pub mod local_data; + +pub mod rt; + +pub mod spawn; |
