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-autoload/src/autoload.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/mozart-autoload/src') diff --git a/crates/mozart-autoload/src/autoload.rs b/crates/mozart-autoload/src/autoload.rs index 5e5d702..d245fce 100644 --- a/crates/mozart-autoload/src/autoload.rs +++ b/crates/mozart-autoload/src/autoload.rs @@ -1051,10 +1051,6 @@ pub fn generate(config: &AutoloadConfig) -> anyhow::Result { }) } -// ───────────────────────────────────────────────────────────────────────────── -// Tests -// ───────────────────────────────────────────────────────────────────────────── - #[cfg(test)] mod tests { use super::*; -- cgit v1.3.1