diff options
| author | Graydon Hoare <[email protected]> | 2010-09-09 15:59:29 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-09 15:59:29 -0700 |
| commit | a9e2327a18e782df524c14dc42910d61a4785324 (patch) | |
| tree | 8763224ac3a4c11275dd64257aac47036c97c48d /src/lib/std.rc | |
| parent | Fixed lost signal notifications. (diff) | |
| download | rust-a9e2327a18e782df524c14dc42910d61a4785324.tar.xz rust-a9e2327a18e782df524c14dc42910d61a4785324.zip | |
Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot.
Diffstat (limited to 'src/lib/std.rc')
| -rw-r--r-- | src/lib/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc index b789aa17..79dabc0e 100644 --- a/src/lib/std.rc +++ b/src/lib/std.rc @@ -47,6 +47,7 @@ alt (target_os) { } } +// FIXME: parametric mod map; mod deque; mod rand; |