mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Rename AssitLabel -> Assist
This commit is contained in:
parent
c7e305731c
commit
c6b81bc013
4 changed files with 24 additions and 24 deletions
|
@ -475,9 +475,9 @@ impl Analysis {
|
|||
ra_assists::resolved_assists(db, frange)
|
||||
.into_iter()
|
||||
.map(|assist| Assist {
|
||||
id: assist.label.id,
|
||||
label: assist.label.label,
|
||||
group_label: assist.label.group.map(|it| it.0),
|
||||
id: assist.assist.id,
|
||||
label: assist.assist.label,
|
||||
group_label: assist.assist.group.map(|it| it.0),
|
||||
source_change: assist.source_change,
|
||||
})
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue