mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
make it build again
This commit is contained in:
parent
2b200f6e1a
commit
5abcca516d
3 changed files with 28 additions and 14 deletions
|
@ -875,7 +875,7 @@ fn highlight(world: &ServerWorld, file_id: FileId) -> Result<Vec<Decoration>> {
|
|||
.map(|h| Decoration {
|
||||
range: h.range.conv_with(&line_index),
|
||||
tag: h.tag,
|
||||
id: h.id.map(|x| x.to_string()),
|
||||
id: h.binding_hash.map(|x| x.to_string()),
|
||||
})
|
||||
.collect();
|
||||
Ok(res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue