This commit is contained in:
Aleksey Kladov
2019-08-20 18:25:27 +03:00
parent 43dd8b64e7
commit ccca427ce4
+1 -1
View File
@@ -217,7 +217,7 @@ fn conv_with(self, line_index: &LineIndex) -> Vec<lsp_types::TextEdit> {
}
}
impl<'a> ConvWith for &'a AtomTextEdit {
impl ConvWith for &'_ AtomTextEdit {
type Ctx = LineIndex;
type Output = lsp_types::TextEdit;