about summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_data_structures/snapshot_map/mod.rs')
-rw-r--r--src/librustc_data_structures/snapshot_map/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/snapshot_map/mod.rs b/src/librustc_data_structures/snapshot_map/mod.rs
index d408727aea5..91d6e292370 100644
--- a/src/librustc_data_structures/snapshot_map/mod.rs
+++ b/src/librustc_data_structures/snapshot_map/mod.rs
@@ -1,4 +1,4 @@
-use fx::FxHashMap;
+use crate::fx::FxHashMap;
 use std::hash::Hash;
 use std::ops;
 use std::mem;