Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2e515d0

Browse files
committed
fix weird rebase error
1 parent 4d5c669 commit 2e515d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/handlers/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ pub(crate) fn handle_move_item(
16921692
pub(crate) fn handle_view_recursive_memory_layout(
16931693
snap: GlobalStateSnapshot,
16941694
params: lsp_ext::ViewRecursiveMemoryLayoutParams,
1695-
) -> Result<Option<lsp_ext::RecursiveMemoryLayout>> {
1695+
) -> anyhow::Result<Option<lsp_ext::RecursiveMemoryLayout>> {
16961696
let _p = profile::span("view_recursive_memory_layout");
16971697
let file_id = from_proto::file_id(&snap, &params.text_document.uri)?;
16981698
let line_index = snap.file_line_index(file_id)?;

0 commit comments

Comments
 (0)