diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-09 01:36:22 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-09 01:36:22 +0900 |
| commit | 3e2b5a4b08d9647f7438f4e945d4c8b37c36a58c (patch) | |
| tree | 72ebf2fe2dd1821c3775916565ab37aee21b019d /src/librustc_data_structures/snapshot_map | |
| parent | 43e04fb5522642b6b5230592934e9ee100f2fd56 (diff) | |
| download | rust-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.rs | 2 |
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; |
