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/setups/osc94.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling/src/setups/osc94.rs') diff --git a/mingling/src/setups/osc94.rs b/mingling/src/setups/osc94.rs index 2f9a319..548005a 100644 --- a/mingling/src/setups/osc94.rs +++ b/mingling/src/setups/osc94.rs @@ -34,7 +34,7 @@ use crate::res::OSC94; /// # Notes /// /// - The support state is determined at setup time and stored in the resource store. -/// - Use [`OSC94Message`] to construct and send progress notification messages. +/// - Use `OSC94Message` to construct and send progress notification messages. pub struct OSC94Setup; impl ProgramSetup for OSC94Setup -- cgit