From 49b0884701a84731652fc934d428932ff6029bd4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 May 2026 17:29:12 +0900 Subject: chore: remove redundant comments --- crates/mozart-core/src/wildcard.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/mozart-core/src/wildcard.rs') diff --git a/crates/mozart-core/src/wildcard.rs b/crates/mozart-core/src/wildcard.rs index 9193549..4d4a763 100644 --- a/crates/mozart-core/src/wildcard.rs +++ b/crates/mozart-core/src/wildcard.rs @@ -33,8 +33,6 @@ pub fn matches_wildcard(name: &str, pattern: &str) -> bool { true } -// ─── Tests ────────────────────────────────────────────────────────────────── - #[cfg(test)] mod tests { use super::*; -- cgit v1.3.1