Skip to content

Commit deeac1c

Browse files
committed
Remove outdated comment.
1 parent 3a9a577 commit deeac1c

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_hir_analysis/src/check

1 file changed

+0
-1
lines changed

compiler/rustc_hir_analysis/src/check/region.rs

-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,6 @@ fn resolve_local<'tcx>(
774774

775775
impl<'tcx> ScopeResolutionVisitor<'tcx> {
776776
/// Records the current parent (if any) as the parent of `child_scope`.
777-
/// Returns the depth of `child_scope`.
778777
fn record_child_scope(&mut self, child_scope: Scope) {
779778
let parent = self.cx.parent;
780779
self.scope_tree.record_scope_parent(child_scope, parent);

0 commit comments

Comments
 (0)