From 2aa7bda3cb21ce6c052b82e08bcab79a625d04f2 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sun, 31 May 2026 02:42:52 +0800 Subject: Enhance code quality across the entire codebase --- mingling_core/src/asset/chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_core/src/asset/chain.rs') diff --git a/mingling_core/src/asset/chain.rs b/mingling_core/src/asset/chain.rs index 1b488fe..423e218 100644 --- a/mingling_core/src/asset/chain.rs +++ b/mingling_core/src/asset/chain.rs @@ -3,7 +3,7 @@ use crate::ChainProcess; #[doc(hidden)] pub mod error; -/// Takes over a type (G: Previous) and converts it to another [AnyOutput](./struct.AnyOutput.html) +/// Takes over a type (G: Previous) and converts it to another [`AnyOutput`](./struct.AnyOutput.html) pub trait Chain { /// The previous type in the chain type Previous; -- cgit