about summary refs log tree commit diff
path: root/src/libcore/gc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/gc.rs')
-rw-r--r--src/libcore/gc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/gc.rs b/src/libcore/gc.rs
index b98c79f8d0e..d27681d4630 100644
--- a/src/libcore/gc.rs
+++ b/src/libcore/gc.rs
@@ -44,7 +44,7 @@ use io;
 use libc::{size_t, uintptr_t};
 use option::{None, Option, Some};
 use ptr;
-use send_map::linear::LinearSet;
+use hashmap::linear::LinearSet;
 use stackwalk;
 use sys;