mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
Fix target_selection_range type
This commit is contained in:
parent
76d52be1da
commit
70a35379ab
@ -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…
Reference in New Issue
Block a user