]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_incremental/src/persist/work_product.rs
Remove unused StableMap and StableSet types from rustc_data_structures
[rust.git] / compiler / rustc_incremental / src / persist / work_product.rs
index 1b184eca964c34fa5247205613f3aadd9ea94f36..2f1853c441eee1cf469245e305a5fb48eb79c03d 100644 (file)
@@ -3,7 +3,7 @@
 //! [work products]: WorkProduct
 
 use crate::persist::fs::*;
-use rustc_data_structures::stable_map::FxHashMap;
+use rustc_data_structures::fx::FxHashMap;
 use rustc_fs_util::link_or_copy;
 use rustc_middle::dep_graph::{WorkProduct, WorkProductId};
 use rustc_session::Session;