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/src/commands/require.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/mozart/src/commands/require.rs') diff --git a/crates/mozart/src/commands/require.rs b/crates/mozart/src/commands/require.rs index 08ee6ea..828474d 100644 --- a/crates/mozart/src/commands/require.rs +++ b/crates/mozart/src/commands/require.rs @@ -1035,10 +1035,6 @@ mod tests { // The real behavior is tested via integration tests (marked #[ignore]). } - // ───────────────────────────────────────────────────────────────────────── - // Integration tests (network, #[ignore]) - // ───────────────────────────────────────────────────────────────────────── - #[tokio::test] #[ignore] async fn test_require_full_e2e() { -- cgit v1.3.1