appease clippy

This commit is contained in:
Cooper Quintin
2026-02-05 15:33:57 -08:00
committed by Cooper Quintin
parent ffcf683ae5
commit ed2781a4be

View File

@@ -10,6 +10,12 @@ use std::borrow::Cow;
pub struct DiagnosticAnalyzer;
impl Default for DiagnosticAnalyzer {
fn default() -> Self {
Self::new()
}
}
impl DiagnosticAnalyzer {
pub fn new() -> Self {
DiagnosticAnalyzer