mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
minor
This commit is contained in:
parent
43dd8b64e7
commit
ccca427ce4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue