Skip to content

Commit 1e134a4

Browse files
committed
Update outdated comment
1 parent b01e630 commit 1e134a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_resolve/resolve_imports.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ impl<'a, 'b:'a, 'tcx:'b> ImportResolver<'a, 'b, 'tcx> {
664664
return Success(());
665665
}
666666

667-
// Miscellaneous post-processing, including recording reexports, recording shadowed traits,
668-
// reporting conflicts, reporting the PRIVATE_IN_PUBLIC lint, and reporting unresolved imports.
667+
// Miscellaneous post-processing, including recording reexports, reporting conflicts,
668+
// reporting the PRIVATE_IN_PUBLIC lint, and reporting unresolved imports.
669669
fn finalize_resolutions_in(&mut self, module: Module<'b>, report_unresolved_imports: bool) {
670670
// Since import resolution is finished, globs will not define any more names.
671671
*module.globs.borrow_mut() = Vec::new();

0 commit comments

Comments
 (0)