Skip to content

Commit

Permalink
correct ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Jul 25, 2024
1 parent ce90baa commit 4bb1f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use std::path::Path;
async fn main() -> Result<(), Box<dyn Error>> {
run_cli(Command::new("cli")).await
}
async fn run_cli<'a>(cmd: Command<'a>) -> Result<(), Box<dyn Error>> {
async fn run_cli(cmd: Command<'_>) -> Result<(), Box<dyn Error>> {
let cmd = cmd
.bin_name("cli")
.version("1.0")
Expand Down

0 comments on commit 4bb1f59

Please sign in to comment.