From 759a08a5773046a9182ba8359795c7f1a849ddf7 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sun, 17 May 2026 22:00:08 +0800 Subject: Remove module-level doc comments --- mingling_macros/src/renderer.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mingling_macros/src/renderer.rs') diff --git a/mingling_macros/src/renderer.rs b/mingling_macros/src/renderer.rs index 565ffa3..36ebf54 100644 --- a/mingling_macros/src/renderer.rs +++ b/mingling_macros/src/renderer.rs @@ -1,8 +1,3 @@ -//! Renderer Attribute Macro Implementation -//! -//! This module provides the `#[renderer]` attribute macro for automatically -//! generating structs that implement the `Renderer` trait from functions. - use proc_macro::TokenStream; use quote::{ToTokens, quote}; use syn::spanned::Spanned; -- cgit