From 08deeb48b8c52da807f26442e814007a8561ad15 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:47:00 +0000 Subject: [PATCH] chore: remove pointless comment --- helix-term/src/ui/text_decorations/diagnostics.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/ui/text_decorations/diagnostics.rs b/helix-term/src/ui/text_decorations/diagnostics.rs index 2d1ad5e5..fb82bcf5 100644 --- a/helix-term/src/ui/text_decorations/diagnostics.rs +++ b/helix-term/src/ui/text_decorations/diagnostics.rs @@ -123,7 +123,6 @@ impl Renderer<'_, '_> { end_col - start_col } - // need to toggle this fn draw_diagnostic(&mut self, diag: &Diagnostic, col: u16, next_severity: Option) { let severity = diag.severity(); let (sym, sym_severity) = if let Some(next_severity) = next_severity {