diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-14 00:30:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-14 00:30:31 +0800 |
| commit | 299b96c8917a7b2c70c9e8040c064d3186ecd760 (patch) | |
| tree | aa79d713981f54bf0635e9d0db5c25750fabee23 /mingling_core/src/lib.rs | |
| parent | 0b236d0c73da51ccde3cfe442db8c47ce521d262 (diff) | |
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.
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
