mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
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)),
|
origin_selection_range: Some(target.range.conv_with(line_index)),
|
||||||
target_uri,
|
target_uri,
|
||||||
target_range,
|
target_range,
|
||||||
target_selection_range: Some(target_selection_range),
|
target_selection_range: target_selection_range,
|
||||||
};
|
};
|
||||||
Ok(res)
|
Ok(res)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue