Skip to content

Commit 19cfcd5

Browse files
committed
Fix clippy warnings
1 parent 8419108 commit 19cfcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl ClippyCmd {
9696
clippy_args.push("--no-deps".into());
9797
}
9898

99-
ClippyCmd {
99+
Self {
100100
cargo_subcommand,
101101
args,
102102
clippy_args,

0 commit comments

Comments
 (0)