]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/namespace.rs
Rollup merge of #68994 - Keruspe:sanitizers-conflict, r=Mark-Simulacrum
[rust.git] / src / librustc_typeck / namespace.rs
index 0d672f267db846806cda1ab4c7d261f743fbe852..2aa97aa7e6f0bf02fe1bb5462b3d9b049d72dae2 100644 (file)
@@ -1,5 +1,5 @@
-use rustc::hir;
 use rustc::ty;
+use rustc_hir as hir;
 
 // Whether an item exists in the type or value namespace.
 #[derive(Copy, Clone, PartialEq, Eq, Debug)]