From 5a23e6b3ad655b15b412720ab81b0508866bebce Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 27 Jun 2026 18:28:52 +0800 Subject: 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 --- mingling_core/src/any/group.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_core/src/any/group.rs') 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 where Self: Sized + 'static, -- cgit