aboutsummaryrefslogtreecommitdiff
path: root/mling/src/cli/namespace_mgr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mling/src/cli/namespace_mgr.rs')
-rw-r--r--mling/src/cli/namespace_mgr.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/mling/src/cli/namespace_mgr.rs b/mling/src/cli/namespace_mgr.rs
index 4f70c15..0f5a115 100644
--- a/mling/src/cli/namespace_mgr.rs
+++ b/mling/src/cli/namespace_mgr.rs
@@ -4,10 +4,7 @@ use mingling::{
parser::{Picker, Yes},
};
-use crate::{
- ThisProgram,
- namespace_manager::{list_namespaces, remove_namespace, set_namespace_trusted},
-};
+use crate::namespace_manager::{list_namespaces, remove_namespace, set_namespace_trusted};
dispatcher!("trust", TrustNamespaceCommand => TrustNamespaceEntry);
dispatcher!("untrust", UntrustNamespaceCommand => UntrustNamespaceEntry);