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.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.rs')
| -rw-r--r-- | mingling_core/src/any.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/any.rs b/mingling_core/src/any.rs index b115e28..b586f09 100644 --- a/mingling_core/src/any.rs +++ b/mingling_core/src/any.rs @@ -12,7 +12,7 @@ pub mod group; /// Note: /// - If an enum value that does not belong to this type is incorrectly specified, it will be **unsafely** unwrapped by the scheduler /// - Structured output via `--json`/`--yaml` is only available for types that implement -/// [`StructuralData`], which implies `serde::Serialize`. +/// \[`StructuralData`\], which implies `serde::Serialize`. /// - It is recommended to use the `pack!` macro from [mingling_macros](https://crates.io/crates/mingling_macros) to create types that can be converted to `AnyOutput`, which guarantees runtime safety #[derive(Debug)] pub struct AnyOutput<G> { |
