diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2013-08-08 18:34:10 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2013-08-12 13:54:21 -0400 |
| commit | c8c09d40fc3e34b1e8cc2cd58fd644488aa71327 (patch) | |
| tree | 5abd079db59371e46d89479329867c3e96e715f4 /src/libstd/std.rs | |
| parent | ee5cfb0c2dae046bac18e42231074d5063b1e740 (diff) | |
| download | rust-c8c09d40fc3e34b1e8cc2cd58fd644488aa71327.tar.gz rust-c8c09d40fc3e34b1e8cc2cd58fd644488aa71327.zip | |
Reorganise Select traits to not expose internal runtime types. Close #5160. Pending #8215.
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs index aa0bb905e9a..c4bd0a6d043 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -164,6 +164,7 @@ pub mod trie; pub mod task; pub mod comm; +pub mod select; pub mod local_data; |
