From 00cf68abdd2be1cfca8b5a268d087ea2ccedf1dd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 05:20:55 +0800 Subject: chore: remove stale doc comments from ExitCodeSetup --- mingling/src/setups/exit_code.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mingling/src/setups/exit_code.rs b/mingling/src/setups/exit_code.rs index 0558892..49d5f9f 100644 --- a/mingling/src/setups/exit_code.rs +++ b/mingling/src/setups/exit_code.rs @@ -37,12 +37,6 @@ use crate::res::ResExitCode; /// - Overrides the program's exit code with that value if it is non-zero. /// - Leaves the exit code untouched if the resource still holds its default /// value of `0`. -/// -/// # Notes -/// -/// - Use [`update_exit_code`](crate::update_exit_code) to set a custom exit code -/// during program execution. -/// - Use [`current_exit_code`](crate::current_exit_code) to query the current value. pub struct ExitCodeSetup; impl ProgramSetup for ExitCodeSetup -- cgit