mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
fix weird rebase error
This commit is contained in:
parent
4d5c66986e
commit
2e515d0ac9
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ pub(crate) fn handle_move_item(
|
||||||
pub(crate) fn handle_view_recursive_memory_layout(
|
pub(crate) fn handle_view_recursive_memory_layout(
|
||||||
snap: GlobalStateSnapshot,
|
snap: GlobalStateSnapshot,
|
||||||
params: lsp_ext::ViewRecursiveMemoryLayoutParams,
|
params: lsp_ext::ViewRecursiveMemoryLayoutParams,
|
||||||
) -> Result<Option<lsp_ext::RecursiveMemoryLayout>> {
|
) -> anyhow::Result<Option<lsp_ext::RecursiveMemoryLayout>> {
|
||||||
let _p = profile::span("view_recursive_memory_layout");
|
let _p = profile::span("view_recursive_memory_layout");
|
||||||
let file_id = from_proto::file_id(&snap, ¶ms.text_document.uri)?;
|
let file_id = from_proto::file_id(&snap, ¶ms.text_document.uri)?;
|
||||||
let line_index = snap.file_line_index(file_id)?;
|
let line_index = snap.file_line_index(file_id)?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue