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/package.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/mozart-core/src/package.rs') diff --git a/crates/mozart-core/src/package.rs b/crates/mozart-core/src/package.rs index ccbda1f..a850517 100644 --- a/crates/mozart-core/src/package.rs +++ b/crates/mozart-core/src/package.rs @@ -238,10 +238,6 @@ pub trait RootPackage: CompletePackage { fn aliases(&self) -> &[VersionAlias]; } -// ────────────────────────────────────────────── -// Delegation macros -// ────────────────────────────────────────────── - /// Implements `Package` trait by delegating to an inner `PackageData` field. macro_rules! delegate_package { ($type:ty => $($path:ident).+) => { -- cgit v1.3.1