diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-17 22:00:08 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-17 22:00:08 +0800 |
| commit | 759a08a5773046a9182ba8359795c7f1a849ddf7 (patch) | |
| tree | a906b97ed6aa73cc308041fc8b76a13f2c680888 /mingling_macros/src/dispatcher.rs | |
| parent | 20aabb4e09004a988c115398ca17283a030bfb8c (diff) | |
Remove module-level doc comments
Diffstat (limited to 'mingling_macros/src/dispatcher.rs')
| -rw-r--r-- | mingling_macros/src/dispatcher.rs | 5 |
1 files changed, 0 insertions, 5 deletions
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; |
