diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-10-23 14:20:57 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-10-23 14:46:49 -0700 |
| commit | d29962f0eb2772c208a299efae86ad16bc25f7de (patch) | |
| tree | fe1b53ced7fa23e80a7382874c4f1e915c26c6d4 /src/libstd/std.rc | |
| parent | f500f3f1fb4092bf7993170d755377268943e94b (diff) | |
| download | rust-d29962f0eb2772c208a299efae86ad16bc25f7de.tar.gz rust-d29962f0eb2772c208a299efae86ad16bc25f7de.zip | |
Move futures to std
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 bbffde40948..0c48cd7ce00 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -53,6 +53,7 @@ pub mod cell; pub mod sync; pub mod arc; pub mod comm; +pub mod future; // Collections |
