Skip to content

Commit db703b4

Browse files
committed
chore: fix clippy lint
1 parent 4d63f23 commit db703b4

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)