diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 18:24:18 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 18:24:18 -0800 |
| commit | fa5ee934edecff9c3fa82ade705bd964dc734525 (patch) | |
| tree | daa3fd7dbafa64db3921c7f314da9d76e9f77cff /src/libstd/map.rs | |
| parent | e26ca35b081e96d709f318e668e06209e89b95e2 (diff) | |
| download | rust-fa5ee934edecff9c3fa82ade705bd964dc734525.tar.gz rust-fa5ee934edecff9c3fa82ade705bd964dc734525.zip | |
libstd: Fix a bunch of resolve errors in tests. rs=fire
Diffstat (limited to 'src/libstd/map.rs')
| -rw-r--r-- | src/libstd/map.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstd/map.rs b/src/libstd/map.rs index 0e5a7972838..b6c7c8be5a9 100644 --- a/src/libstd/map.rs +++ b/src/libstd/map.rs @@ -613,6 +613,10 @@ impl<K: Eq IterBytes Hash Copy, V: Copy> @Mut<LinearMap<K, V>>: #[cfg(test)] mod tests { + use map; + + use core::option; + use core::uint; #[test] fn test_simple() { |
