aboutsummaryrefslogtreecommitdiff
path: root/mling/src
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-07 22:19:10 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-07 22:19:10 +0800
commit823e4ec91a85ea53066832ac25d4d18767e6b6d3 (patch)
tree57073ca9d781d984fadd40f65f1d2a8721c353f2 /mling/src
parent3a58dc5cea258fb81e8443496f9dac309d11448c (diff)
Remove `__completion_gen` module wrapping from macro output
Diffstat (limited to 'mling/src')
-rw-r--r--mling/src/cli.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mling/src/cli.rs b/mling/src/cli.rs
index 465d813..055f69c 100644
--- a/mling/src/cli.rs
+++ b/mling/src/cli.rs
@@ -3,9 +3,7 @@ use mingling::{
setup::{BasicProgramSetup, GeneralRendererSetup},
};
-use crate::{
- __completion_gen::CompletionDispatcher, DispatcherNotFound, ThisProgram, display::markdown,
-};
+use crate::{CompletionDispatcher, DispatcherNotFound, ThisProgram, display::markdown};
pub mod list;
pub use list::*;