aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/main.rs')
-rw-r--r--crates/mozart/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/mozart/src/main.rs b/crates/mozart/src/main.rs
index 701f3ef..bf2c980 100644
--- a/crates/mozart/src/main.rs
+++ b/crates/mozart/src/main.rs
@@ -1,4 +1,4 @@
-use clap::Parser;
+use clap::Parser as _;
use mozart::commands;
use mozart_core::MOZART_VERSION;
use mozart_core::exit_code;
@@ -70,7 +70,7 @@ async fn main() {
}
let Some(ref _cmd) = cli.command else {
- use clap::CommandFactory;
+ use clap::CommandFactory as _;
commands::Cli::command().print_help().ok();
println!();
return;