diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-13 07:28:02 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-13 07:28:02 +0800 |
| commit | 95c6b979ca399671eed8bf9c72f53cfe5d46f431 (patch) | |
| tree | 8225b39bee4ad3b7ebc8a36ab978d1329f667eb8 /mingling_core/src/program/setup.rs | |
| parent | fef888b75b2544765aa06808c14490a2af827313 (diff) | |
Migrate exit code control to resource-based system
Diffstat (limited to 'mingling_core/src/program/setup.rs')
| -rw-r--r-- | mingling_core/src/program/setup.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mingling_core/src/program/setup.rs b/mingling_core/src/program/setup.rs index 289dfee..0fe8070 100644 --- a/mingling_core/src/program/setup.rs +++ b/mingling_core/src/program/setup.rs @@ -1,18 +1,5 @@ use crate::{ProgramCollect, program::Program}; -mod basic; -pub use basic::*; - -#[doc(hidden)] -pub mod exit_code_control; -pub use exit_code_control::ExitCodeSetup; - -#[cfg(feature = "general_renderer")] -mod general_renderer; - -#[cfg(feature = "general_renderer")] -pub use general_renderer::*; - pub trait ProgramSetup<C> where C: ProgramCollect<Enum = C>, |
