From 98cbb5937b5e869e5919f88df4f357d10252c0f0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 00:49:08 +0800 Subject: docs: fix intra-doc links in mingling crate --- mingling/src/res/confirm.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mingling/src/res') diff --git a/mingling/src/res/confirm.rs b/mingling/src/res/confirm.rs index baf8caf..e07e9a2 100644 --- a/mingling/src/res/confirm.rs +++ b/mingling/src/res/confirm.rs @@ -54,8 +54,8 @@ impl ResConfirm { /// Creates a `Confirm` instance in the confirmed state. /// - /// The returned `Confirm` will directly return `true` when calling [`ask`](Confirm::ask) or - /// [`try_ask`](Confirm::try_ask), without prompting the user. + /// The returned `Confirm` will directly return `true` when calling [`ask`](ResConfirm::ask) or + /// [`try_ask`](ResConfirm::try_ask), without prompting the user. /// /// # Examples /// @@ -73,8 +73,8 @@ impl ResConfirm { /// Marks the Confirm as confirmed. /// - /// After calling this method, subsequent calls to [`ask`](Confirm::ask) or - /// [`try_ask`](Confirm::try_ask) on this Confirm will directly return `true` + /// After calling this method, subsequent calls to [`ask`](ResConfirm::ask) or + /// [`try_ask`](ResConfirm::try_ask) on this Confirm will directly return `true` /// without prompting the user. /// /// # Examples -- cgit