Skip to content

Commit 05b6312

Browse files
committed
style: remove duplicate import statement
- remove redundant `use clap::Parser` declaration Signed-off-by: mingcheng <[email protected]>
1 parent 9931d45 commit 05b6312

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
@@ -12,8 +12,8 @@
1212
* Last Modified: 2025-03-05 00:25:24
1313
*/
1414

15-
use clap::Parser;
1615
use crate::built_info;
16+
use clap::Parser;
1717

1818
#[derive(Debug, Parser)]
1919
#[command(name = built_info::PKG_NAME, about = built_info::PKG_DESCRIPTION, version = built_info::PKG_VERSION, author = built_info::PKG_AUTHORS)]

0 commit comments

Comments
 (0)