Address issues flagged in review
This commit is contained in:
committed by
Aleksey Kladov
parent
5027c5d4ee
commit
b5466f3fb3
@@ -97,8 +97,6 @@ impl FnScopes {
|
||||
};
|
||||
self.scopes[scope].entries.push(entry)
|
||||
}
|
||||
// FIXME: isn't every call to add_binding starting an entirely new
|
||||
// tree walk!?
|
||||
p => p.walk_child_pats(|pat| self.add_bindings(body, scope, pat)),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user