Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmnoxx committed Jan 3, 2022
1 parent 8419108 commit 19cfcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -96,7 +96,7 @@ impl ClippyCmd {
clippy_args.push("--no-deps".into());
}

ClippyCmd {
Self {
cargo_subcommand,
args,
clippy_args,
Expand Down

0 comments on commit 19cfcd5

Please sign in to comment.