Skip to content

Commit

Permalink
chore: remove pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaRevenco committed Dec 8, 2024
1 parent 1610118 commit 08deeb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-term/src/ui/text_decorations/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Severity>) {
let severity = diag.severity();
let (sym, sym_severity) = if let Some(next_severity) = next_severity {
Expand Down

0 comments on commit 08deeb4

Please sign in to comment.