diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-05-24 23:42:12 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-05-25 11:03:29 -0700 |
| commit | 81b8e20f31dbc5b2e985ba4109bf86fe6e06f2e2 (patch) | |
| tree | 1afaadbaffc5a56a596db88cbd3464eaa38e7254 /src/libstd/std.rc | |
| parent | 59262dfc6280b81f56129aaa6deaf2f74c63efa6 (diff) | |
| download | rust-81b8e20f31dbc5b2e985ba4109bf86fe6e06f2e2.tar.gz rust-81b8e20f31dbc5b2e985ba4109bf86fe6e06f2e2.zip | |
std: Rename uv::hl to uv::iotask. Additional cleanup
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index bcf0574a7f3..c8355548598 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -14,7 +14,7 @@ use core(vers = "0.2"); import core::*; export net, net_tcp; -export uv, uv_ll, uv_hl, uv_global_loop; +export uv, uv_ll, uv_iotask, uv_global_loop; export c_vec, util, timer; export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap; export rope, arena, arc; @@ -30,7 +30,7 @@ mod net_tcp; // libuv modules mod uv; mod uv_ll; -mod uv_hl; +mod uv_iotask; mod uv_global_loop; |
