diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-02-22 14:00:34 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-28 17:56:15 -0800 |
| commit | bb5960aa57a04920614fce021c6792ad8a9a0305 (patch) | |
| tree | 0ab7ded812141b2a858e623d39af36e9034f7788 /src/libstd/std.rc | |
| parent | cf08ed64584cd13eb3fb98ca07d3e3b987103c16 (diff) | |
| download | rust-bb5960aa57a04920614fce021c6792ad8a9a0305.tar.gz rust-bb5960aa57a04920614fce021c6792ad8a9a0305.zip | |
moving new uv stuff into uv.rs and rust_uv.cpp
- removing the remains of uvtmp.rs and rust_uvtmp.rs - removing the displaced, low-level libuv bindings in uv.rs and rust_uv.cpp
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 478dbb69513..83e4a04f0df 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -7,7 +7,7 @@ #[license = "MIT"]; #[crate_type = "lib"]; -export fs, io, net, run, uv, uvtmp; +export fs, io, net, run, uv; export c_vec, four, tri, util; export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind; export rope; @@ -25,7 +25,6 @@ mod net; #[path = "run_program.rs"] mod run; mod uv; -mod uvtmp; // Utility modules |
