cleaned up all compiler warnings

This commit is contained in:
2026-02-27 11:08:10 -05:00
parent 6f408b3c21
commit faae6b82be
7 changed files with 13 additions and 44 deletions

View File

@@ -441,3 +441,9 @@ impl Highlighter {
.replace(markers::OPERATOR, "\x1b[35m");
}
}
impl Default for Highlighter {
fn default() -> Self {
Self::new()
}
}