]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_resolve/src/check_unused.rs
rustc_typeck to rustc_hir_analysis
[rust.git] / compiler / rustc_resolve / src / check_unused.rs
index 8b58b32b65649bae91276c92375e13ceefa86cfb..01c3801f223293609814b96b3fd727f10fd53eb5 100644 (file)
@@ -6,7 +6,7 @@
 // `use` items.
 //
 // Unused trait imports can't be checked until the method resolution. We save
-// candidates here, and do the actual check in librustc_typeck/check_unused.rs.
+// candidates here, and do the actual check in rustc_hir_analysis/check_unused.rs.
 //
 // Checking for unused imports is split into three steps:
 //