We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410f850 commit 966eeadCopy full SHA for 966eead
src/librustc/ty/maps/on_disk_cache.rs
@@ -15,7 +15,6 @@ use hir::def_id::{CrateNum, DefIndex, DefId, LocalDefId,
15
RESERVED_FOR_INCR_COMP_CACHE, LOCAL_CRATE};
16
use hir::map::definitions::DefPathHash;
17
use ich::CachingCodemapView;
18
-use middle::cstore::CrateStore;
19
use mir;
20
use rustc_data_structures::fx::FxHashMap;
21
use rustc_data_structures::indexed_vec::{IndexVec, Idx};
0 commit comments