From ccca427ce45d18d80b1876a7c5b05cf3205b86e5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 20 Aug 2019 18:25:27 +0300 Subject: [PATCH] minor --- crates/ra_lsp_server/src/conv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ra_lsp_server/src/conv.rs b/crates/ra_lsp_server/src/conv.rs index df8ea6e0d1a..236fdb9729c 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 { } } -impl<'a> ConvWith for &'a AtomTextEdit { +impl ConvWith for &'_ AtomTextEdit { type Ctx = LineIndex; type Output = lsp_types::TextEdit;