diff options
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 | ||