mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
minor
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user