Remove outdated comment.
This commit is contained in:
parent
3a9a5770ef
commit
deeac1c588
1 changed files with 0 additions and 1 deletions
|
@ -774,7 +774,6 @@ fn resolve_local<'tcx>(
|
||||||
|
|
||||||
impl<'tcx> ScopeResolutionVisitor<'tcx> {
|
impl<'tcx> ScopeResolutionVisitor<'tcx> {
|
||||||
/// Records the current parent (if any) as the parent of `child_scope`.
|
/// Records the current parent (if any) as the parent of `child_scope`.
|
||||||
/// Returns the depth of `child_scope`.
|
|
||||||
fn record_child_scope(&mut self, child_scope: Scope) {
|
fn record_child_scope(&mut self, child_scope: Scope) {
|
||||||
let parent = self.cx.parent;
|
let parent = self.cx.parent;
|
||||||
self.scope_tree.record_scope_parent(child_scope, parent);
|
self.scope_tree.record_scope_parent(child_scope, parent);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue