aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program.rs
diff options
context:
space:
mode:
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::*;