chore: remove pointless comment
This commit is contained in:
parent
1610118d13
commit
08deeb48b8
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue