aboutsummaryrefslogtreecommitdiff
path: root/mling/src/pkg_mgr
diff options
context:
space:
mode:
Diffstat (limited to 'mling/src/pkg_mgr')
-rw-r--r--mling/src/pkg_mgr/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mling/src/pkg_mgr/mod.rs b/mling/src/pkg_mgr/mod.rs
index 030529e..682b433 100644
--- a/mling/src/pkg_mgr/mod.rs
+++ b/mling/src/pkg_mgr/mod.rs
@@ -4,8 +4,7 @@ use mingling::{
macros::{dispatcher, program_setup},
};
-mod installer;
-pub use installer::*;
+pub mod installer;
dispatcher!("install");
dispatcher!("ls.namespace", CMDListNamespace => EntryListNamespace);