]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/mod.rs
Move SVH structure to data structures
[rust.git] / src / librustc / ty / mod.rs
index 4fda3bdca3dfca022e701e591e9b6ff5be0fe779..6c5713d233a8fc295134e171b5df6bdbd00728b3 100644 (file)
@@ -18,7 +18,7 @@
 use hir::def::{Def, CtorKind, ExportMap};
 use hir::def_id::{CrateNum, DefId, LocalDefId, CRATE_DEF_INDEX, LOCAL_CRATE};
 use hir::map::DefPathData;
-use hir::svh::Svh;
+use rustc_data_structures::svh::Svh;
 use ich::Fingerprint;
 use ich::StableHashingContext;
 use infer::canonical::Canonical;