mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Address issues flagged in review
This commit is contained in:
parent
5027c5d4ee
commit
b5466f3fb3
4 changed files with 90 additions and 120 deletions
|
@ -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)),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue