mirror of https://github.com/helix-editor/helix
chore: remove pointless comment
parent
1610118d13
commit
08deeb48b8
|
@ -123,7 +123,6 @@ impl Renderer<'_, '_> {
|
||||||
end_col - start_col
|
end_col - start_col
|
||||||
}
|
}
|
||||||
|
|
||||||
// need to toggle this
|
|
||||||
fn draw_diagnostic(&mut self, diag: &Diagnostic, col: u16, next_severity: Option<Severity>) {
|
fn draw_diagnostic(&mut self, diag: &Diagnostic, col: u16, next_severity: Option<Severity>) {
|
||||||
let severity = diag.severity();
|
let severity = diag.severity();
|
||||||
let (sym, sym_severity) = if let Some(next_severity) = next_severity {
|
let (sym, sym_severity) = if let Some(next_severity) = next_severity {
|
||||||
|
|
Loading…
Reference in New Issue