aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-20 16:25:27 +0100
committerAleksey Kladov <[email protected]>2019-08-20 17:53:05 +0100
commitccca427ce45d18d80b1876a7c5b05cf3205b86e5 (patch)
treecc64929b75776da4ad0c383093cba1434d0bacfd /crates/ra_lsp_server/src
parent43dd8b64e70ab883f39d3dcf73a21daf0e2fe6ea (diff)
minor
Diffstat (limited to 'crates/ra_lsp_server/src')
-rw-r--r--crates/ra_lsp_server/src/conv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/conv.rs b/crates/ra_lsp_server/src/conv.rs
index df8ea6e0d..236fdb972 100644
--- a/crates/ra_lsp_server/src/conv.rs
+++ b/crates/ra_lsp_server/src/conv.rs
@@ -217,7 +217,7 @@ impl ConvWith for TextEdit {
217 } 217 }
218} 218}
219 219
220impl<'a> ConvWith for &'a AtomTextEdit { 220impl ConvWith for &'_ AtomTextEdit {
221 type Ctx = LineIndex; 221 type Ctx = LineIndex;
222 type Output = lsp_types::TextEdit; 222 type Output = lsp_types::TextEdit;
223 223