aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-06 23:16:51 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-06 23:16:51 +0800
commit81635b93c597b10282cb14e0873f5e3d22395186 (patch)
tree200fd2632653fefe751ab5bfa6ebc7a8d4161638 /mingling_core/src/program.rs
parenta16d1e6f204cc83104ad3dcc4f4266e304214044 (diff)
Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`
Diffstat (limited to 'mingling_core/src/program.rs')
-rw-r--r--mingling_core/src/program.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs
index 2e861e4..096f292 100644
--- a/mingling_core/src/program.rs
+++ b/mingling_core/src/program.rs
@@ -25,9 +25,8 @@ pub use collection::*;
mod once_exec;
#[cfg(feature = "repl")]
-mod repl_exec;
-#[cfg(feature = "repl")]
-pub use repl_exec::res::REPL;
+#[doc(hidden)]
+pub mod repl_exec;
mod single_instance;
pub use single_instance::*;