From 11a3258834587a267f63588366ecc00d6b82156c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 2 May 2026 01:02:23 +0800 Subject: Add architecture overview and doc comments to macro crate --- mingling_macros/src/groupped.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mingling_macros/src/groupped.rs') diff --git a/mingling_macros/src/groupped.rs b/mingling_macros/src/groupped.rs index 508092c..3c30827 100644 --- a/mingling_macros/src/groupped.rs +++ b/mingling_macros/src/groupped.rs @@ -1,8 +1,3 @@ -//! Groupped Derive Macro Implementation -//! -//! This module provides the `#[derive(Groupped)]` macro for automatically -//! implementing the `Groupped` trait on structs and enums. - use proc_macro::TokenStream; use proc_macro2::Span; use quote::quote; -- cgit