Fix target_selection_range type

This commit is contained in:
Hirokazu Hata 2019-01-24 02:47:30 +09:00
parent 76d52be1da
commit 70a35379ab

View File

@ -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)
}