aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/exit_code.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 05:20:55 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 05:20:55 +0800
commit00cf68abdd2be1cfca8b5a268d087ea2ccedf1dd (patch)
tree3d39a33f0f93b8df3d015cac01bc163b2abf73a5 /mingling/src/setups/exit_code.rs
parent995ed8bd7807797c6465bf33c74854e829a89598 (diff)
chore: remove stale doc comments from ExitCodeSetupunreleased
Diffstat (limited to 'mingling/src/setups/exit_code.rs')
-rw-r--r--mingling/src/setups/exit_code.rs6
1 files changed, 0 insertions, 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<C> ProgramSetup<C> for ExitCodeSetup