about summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-02-09 01:36:22 +0900
committerTaiki Endo <te316e89@gmail.com>2019-02-09 01:36:22 +0900
commit3e2b5a4b08d9647f7438f4e945d4c8b37c36a58c (patch)
tree72ebf2fe2dd1821c3775916565ab37aee21b019d /src/librustc_data_structures/snapshot_map
parent43e04fb5522642b6b5230592934e9ee100f2fd56 (diff)
downloadrust-3e2b5a4b08d9647f7438f4e945d4c8b37c36a58c.tar.gz
rust-3e2b5a4b08d9647f7438f4e945d4c8b37c36a58c.zip
librustc_data_structures => 2018
Diffstat (limited to 'src/librustc_data_structures/snapshot_map')
-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;