X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_resolve%2Fsrc%2Fcheck_unused.rs;h=01c3801f223293609814b96b3fd727f10fd53eb5;hb=1fc86a63f451b81606e4787692517dc613f333db;hp=8b58b32b65649bae91276c92375e13ceefa86cfb;hpb=948aeff52173c8bae8e7b3f61e2ecd2d08856626;p=rust.git diff --git a/compiler/rustc_resolve/src/check_unused.rs b/compiler/rustc_resolve/src/check_unused.rs index 8b58b32b656..01c3801f223 100644 --- a/compiler/rustc_resolve/src/check_unused.rs +++ b/compiler/rustc_resolve/src/check_unused.rs @@ -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: //