From aa2b0daa88089df32b3ea67d7c1831b5d8fd64f8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 15 Aug 2026 07:32:07 +0800 Subject: chore: replace intra-doc links with plain code spans --- mingling/src/res/confirmer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling/src/res/confirmer.rs') diff --git a/mingling/src/res/confirmer.rs b/mingling/src/res/confirmer.rs index 900562b..d92e2a0 100644 --- a/mingling/src/res/confirmer.rs +++ b/mingling/src/res/confirmer.rs @@ -4,12 +4,12 @@ use std::io::{BufRead, Write}; /// /// This structure caches the confirmed state to avoid repeated prompts. /// -/// Typically, `Confirmer` is registered via [`ConfirmerSetup`], and then injected into functions +/// Typically, `Confirmer` is registered via `ConfirmerSetup`, and then injected into functions /// through Mingling's resource injection system. /// /// # Registration /// -/// Before use, the [`ConfirmerSetup`] must be registered with the program: +/// Before use, the `ConfirmerSetup` must be registered with the program: /// /// ``` /// # use mingling::MockProgramCollect as ThisProgram; -- cgit