mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Update remaining GitHub URLs
This commit is contained in:
parent
09abd76c6a
commit
6c6ae965ba
57 changed files with 145 additions and 145 deletions
|
@ -1053,7 +1053,7 @@ fn locals_defined_in_body(
|
|||
body: &FunctionBody,
|
||||
) -> FxIndexSet<Local> {
|
||||
// FIXME: this doesn't work well with macros
|
||||
// see https://github.com/rust-analyzer/rust-analyzer/pull/7535#discussion_r570048550
|
||||
// see https://github.com/rust-lang/rust-analyzer/pull/7535#discussion_r570048550
|
||||
let mut res = FxIndexSet::default();
|
||||
body.walk_pat(&mut |pat| {
|
||||
if let ast::Pat::IdentPat(pat) = pat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue