mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +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…
Add table
Add a link
Reference in a new issue