Skip to content

Commit 6e796fa

Browse files
committed
chore: fix clippy lint
1 parent b0fcce8 commit 6e796fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::{path::PathBuf, str::FromStr};
22

3-
use clap::{Parser, Subcommand, ValueHint, command};
3+
use clap::{Parser, Subcommand, ValueHint};
44
use regex::Regex;
55

66
use crate::defaults;

0 commit comments

Comments
 (0)