diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-10 20:09:26 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-10 20:10:10 -0800 |
| commit | 0274292bed1c1a109cc46d49e4ac685d10b43bb3 (patch) | |
| tree | b5955776099d609929dd23e5abb0d01229a2a803 /src/libstd/std.rc | |
| parent | 3e7da96fd22faf8587c1717e03a988dce6893bdb (diff) | |
| download | rust-0274292bed1c1a109cc46d49e4ac685d10b43bb3.tar.gz rust-0274292bed1c1a109cc46d49e4ac685d10b43bb3.zip | |
std: Address XXXes in flatpipes
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 22cb9153571..eea9bd0a40f 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -57,6 +57,7 @@ pub mod uv_global_loop; pub mod c_vec; pub mod timer; pub mod cell; +pub mod io_util; // Concurrency |
