about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/def_path_hash_map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_hir/src/def_path_hash_map.rs')
-rw-r--r--compiler/rustc_hir/src/def_path_hash_map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir/src/def_path_hash_map.rs b/compiler/rustc_hir/src/def_path_hash_map.rs
index 9a6dee1e511..35c6e57b877 100644
--- a/compiler/rustc_hir/src/def_path_hash_map.rs
+++ b/compiler/rustc_hir/src/def_path_hash_map.rs
@@ -1,4 +1,4 @@
-use rustc_data_structures::stable_hasher::Hash64;
+use rustc_hashes::Hash64;
 use rustc_span::def_id::DefIndex;
 
 #[derive(Clone, Default)]