mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-18 03:13:31 +00:00
Preserve impl assoc names in ImplData
This commit is contained in:
parent
76c1a376c3
commit
0480ebef75
10 changed files with 78 additions and 89 deletions
|
|
@ -56,7 +56,7 @@ impl ChildBySource for ImplId {
|
|||
res[keys::ATTR_MACRO_CALL].insert(ast_id.to_ptr(db.upcast()), call_id);
|
||||
},
|
||||
);
|
||||
data.items.iter().for_each(|&item| {
|
||||
data.items.iter().for_each(|&(_, item)| {
|
||||
add_assoc_item(db, res, file_id, item);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue