diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-27 18:28:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-27 18:28:52 +0800 |
| commit | 5a23e6b3ad655b15b412720ab81b0508866bebce (patch) | |
| tree | 3e68af0c8afc17e545714f8f0fb7703d34a20244 /mingling_core/src/any/group.rs | |
| parent | 4f7bd4f6fa5d27cfe703c54aa029a321f40d19fb (diff) | |
docs: improve documentation, mark internal items as `#[doc(hidden)]`
Add module-level docs for the hook system, enhance doc examples for
macros
with usage syntax, fix typos in cross-references, and hide internal
debugging
macros and mock types from public documentation
Diffstat (limited to 'mingling_core/src/any/group.rs')
| -rw-r--r-- | mingling_core/src/any/group.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/any/group.rs b/mingling_core/src/any/group.rs index afe5e3a..cb847d9 100644 --- a/mingling_core/src/any/group.rs +++ b/mingling_core/src/any/group.rs @@ -4,7 +4,7 @@ use crate::{AnyOutput, ChainProcess}; /// /// **Note:** Unlike earlier versions, `Groupped` no longer requires `Serialize` /// even when the `structural_renderer` feature is enabled. Structured output is -/// controlled separately via the [`StructalData`] trait. +/// controlled separately via the \[`StructuralData`\] trait. pub trait Groupped<Group> where Self: Sized + 'static, |
