about summary refs log tree commit diff
path: root/src/libstd/to_str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/to_str.rs')
-rw-r--r--src/libstd/to_str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/to_str.rs b/src/libstd/to_str.rs
index ab14e9f5667..0e5627fa066 100644
--- a/src/libstd/to_str.rs
+++ b/src/libstd/to_str.rs
@@ -18,7 +18,7 @@ use option::{Some, None};
 use str::OwnedStr;
 use hashmap::HashMap;
 use hashmap::HashSet;
-use hash::Hash;
+use hash_old::Hash;
 use iter::Iterator;
 use cmp::Eq;
 use vec::ImmutableVector;