From 299b96c8917a7b2c70c9e8040c064d3186ecd760 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 14 Aug 2026 00:30:31 +0800 Subject: chore(docs): fix intra-doc link formatting Replace intra-doc links with explicit URLs for types that are not accessible from the current module scope, and add missing panic documentation section. --- mingling_core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_core/src/lib.rs') diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 0688c94..572520e 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -24,7 +24,7 @@ mod tester; /// Module for setting up a `Mingling` program. /// -/// This module provides the [`ProgramSetup`] type, which allows users to configure +/// This module provides the [`ProgramSetup`](https://docs.rs/mingling/latest/mingling/setup/trait.ProgramSetup.html) type, which allows users to configure /// and initialize the program's execution environment. pub mod setup { pub use crate::program::setup::ProgramSetup; -- cgit