aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/groupped.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-02 01:02:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-02 01:25:06 +0800
commit11a3258834587a267f63588366ecc00d6b82156c (patch)
tree9a7d2db5daa52a5f4de2a9d946c8f15438ab89d3 /mingling_macros/src/groupped.rs
parentf31347533c2b13f58eeae29ffc3910ca5e2f04d5 (diff)
Add architecture overview and doc comments to macro crate
Diffstat (limited to 'mingling_macros/src/groupped.rs')
-rw-r--r--mingling_macros/src/groupped.rs5
1 files changed, 0 insertions, 5 deletions
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;