From c52169f535f89c0300ec06e13ddcaa7e0f459a0b Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Mon, 1 Jun 2026 21:17:23 +0200 Subject: clippy --- src/syntax_highlighting.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/syntax_highlighting.rs') diff --git a/src/syntax_highlighting.rs b/src/syntax_highlighting.rs index 22a8c3e..f58d4a0 100644 --- a/src/syntax_highlighting.rs +++ b/src/syntax_highlighting.rs @@ -155,3 +155,9 @@ impl Highlighter { Ok(()) } } + +impl Default for Highlighter { + fn default() -> Self { + Self::new() + } +} -- cgit v1.2.3