Fix target_selection_range type
This commit is contained in:
parent
76d52be1da
commit
70a35379ab
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ pub fn to_location_link(
|
|||
origin_selection_range: Some(target.range.conv_with(line_index)),
|
||||
target_uri,
|
||||
target_range,
|
||||
target_selection_range: Some(target_selection_range),
|
||||
target_selection_range: target_selection_range,
|
||||
};
|
||||
Ok(res)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue