This commit is contained in:
Aleksey Kladov 2019-08-20 18:25:27 +03:00
parent 43dd8b64e7
commit ccca427ce4

View file

@ -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;