Home
last modified time | relevance | path

Searched defs:workspace_edit (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dto_proto.rs977 let mut workspace_edit = lsp_ext::SnippetWorkspaceEdit { in snippet_workspace_edit() localVariable
1000 pub(crate) fn workspace_edit( in workspace_edit() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1030 let workspace_edit = to_proto::workspace_edit(&snap, change)?; in handle_rename() localVariable