From 4b8dfad5cd33ee74acaaae79077346c0f2a25277 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Tue, 29 Jan 2013 20:43:44 -0800 Subject: [PATCH] core tests: Add use vec; directive inside core::hashmap tests This is probably to work around a bug. --- src/libcore/hashmap.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcore/hashmap.rs b/src/libcore/hashmap.rs index bef1069eef1..85765e262f2 100644 --- a/src/libcore/hashmap.rs +++ b/src/libcore/hashmap.rs @@ -668,6 +668,7 @@ mod test_map { #[test] mod test_set { use super::*; + use vec; #[test] fn test_disjoint() {