Fix clippy warnings

This commit is contained in:
Piotr Mikulski 2022-01-03 06:11:11 -08:00
parent 8419108e96
commit 19cfcd5c5a

View File

@ -96,7 +96,7 @@ fn new<I>(mut old_args: I) -> Self
clippy_args.push("--no-deps".into());
}
ClippyCmd {
Self {
cargo_subcommand,
args,
clippy_args,