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/osc94/guard.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling/src/osc94/guard.rs') diff --git a/mingling/src/osc94/guard.rs b/mingling/src/osc94/guard.rs index 793abec..d17f483 100644 --- a/mingling/src/osc94/guard.rs +++ b/mingling/src/osc94/guard.rs @@ -2,12 +2,12 @@ use crate::osc94::OSC94State; /// A guard for modifying process state. /// -/// Obtained via [`OSC94::get_mut`]. When the guard is dropped, the process state is +/// Obtained via [`crate::res::ResOSC94::get_mut`]. When the guard is dropped, the process state is /// automatically restored to `OS94State::Clean`, so no manual cleanup is needed. /// /// # Example /// -/// Create a guard via [`ResOSC94`], and the state is automatically restored to Clean +/// Create a guard via [`crate::res::ResOSC94`], and the state is automatically restored to Clean /// when the guard is dropped: /// /// ``` -- cgit