diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-31 20:23:45 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-31 20:23:45 -0800 |
| commit | adb9d0e8a13131ff3efab6dbb1878774588100fd (patch) | |
| tree | 3da6136f5526c3c45e6a3e0a65f8a14d4c238b53 /src/libstd/std.rc | |
| parent | aee79294699153ac7da9d2e5d076192c6eee3238 (diff) | |
| parent | 74b317ddc24fb0b5ffcbaafb0983cc5ddfd4a714 (diff) | |
Merge pull request #4733 from thestinger/smallintmap
modernize smallintmap module
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 51b55b1c46f..dc73b430099 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -83,6 +83,7 @@ pub mod map; pub mod priority_queue; pub mod rope; pub mod smallintmap; +pub mod oldsmallintmap; pub mod sort; pub mod treemap; |
