diff options
| author | bors <bors@rust-lang.org> | 2013-02-25 15:18:45 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-02-25 15:18:45 -0800 |
| commit | 08d870e566b04fcc672c8a35996b40ce9e22ed06 (patch) | |
| tree | dd55d95d2a57980c791cafd0e1d890359126da48 /src/libstd/std.rc | |
| parent | 00d8db5b5d37e3039ff7cf170bc9c3473b3ab0de (diff) | |
| parent | 1afddff97ff825c88b106f98955ed84d135ef6f7 (diff) | |
| download | rust-08d870e566b04fcc672c8a35996b40ce9e22ed06.tar.gz rust-08d870e566b04fcc672c8a35996b40ce9e22ed06.zip | |
auto merge of #5095 : thestinger/rust/smallintmap, r=catamorphism
Closes #4738. The `std::smallintmap` module doesn't use an implicit @ box so I just added that explicitly for now to make porting simple.
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index b0756104fe5..1ece8c17ff7 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -75,7 +75,6 @@ pub mod oldmap; pub mod priority_queue; pub mod rope; pub mod smallintmap; -pub mod oldsmallintmap; pub mod sort; pub mod treemap; |
