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/dispatcher.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mingling_macros/src/dispatcher.rs') diff --git a/mingling_macros/src/dispatcher.rs b/mingling_macros/src/dispatcher.rs index ba36545..9724fd1 100644 --- a/mingling_macros/src/dispatcher.rs +++ b/mingling_macros/src/dispatcher.rs @@ -1,8 +1,3 @@ -//! Dispatcher Chain and Dispatcher Render Macros -//! -//! This module provides macros for creating dispatcher chain and dispatcher render structs -//! with automatic implementations of the `Dispatcher` trait. - use proc_macro::TokenStream; use proc_macro2::TokenStream as TokenStream2; use quote::quote; -- cgit