aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/wildcard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/wildcard.rs')
-rw-r--r--crates/mozart-core/src/wildcard.rs2
1 files changed, 0 insertions, 2 deletions
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::*;