aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-15 07:32:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-15 19:47:52 +0800
commitaa2b0daa88089df32b3ea67d7c1831b5d8fd64f8 (patch)
tree547b4f0825e3b1428afbe13a41fca672854db7d6 /mingling/src/setups
parent28e8dc507e6a134e640bd99003eaba6ceb4fc15d (diff)
chore: replace intra-doc links with plain code spans
Diffstat (limited to 'mingling/src/setups')
-rw-r--r--mingling/src/setups/osc94.rs2
1 files changed, 1 insertions, 1 deletions
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<C> ProgramSetup<C> for OSC94Setup