A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/lsp.rs')
| -rw-r--r-- | src/lsp.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -290,8 +290,7 @@ impl Client { }, Err(e) => return Err(e.into()), }; - log::info!("{x:?}"); - match x { + match x.clone() { DocumentDiagnosticReportResult::Report( DocumentDiagnosticReport::Full( RelatedFullDocumentDiagnosticReport { |