diff options
author | Aleksey Kladov <[email protected]> | 2019-08-20 16:25:27 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-20 17:53:05 +0100 |
commit | ccca427ce45d18d80b1876a7c5b05cf3205b86e5 (patch) | |
tree | cc64929b75776da4ad0c383093cba1434d0bacfd /crates | |
parent | 43dd8b64e70ab883f39d3dcf73a21daf0e2fe6ea (diff) |
minor
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_lsp_server/src/conv.rs | 2 |
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 | ||
220 | impl<'a> ConvWith for &'a AtomTextEdit { | 220 | impl 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 | ||