Make LspAdapter::process_diagnostics optional

This commit is contained in:
Antonio Scandurra 2022-06-03 10:56:26 +02:00
parent d4da5135f4
commit 8ca0127658
5 changed files with 2 additions and 9 deletions

View file

@ -105,6 +105,4 @@ impl super::LspAdapter for CLspAdapter {
.log_err()
.boxed()
}
fn process_diagnostics(&self, _: &mut lsp::PublishDiagnosticsParams) {}
}