1
Fork 0

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 @@ impl ClippyCmd {
clippy_args.push("--no-deps".into()); clippy_args.push("--no-deps".into());
} }
ClippyCmd { Self {
cargo_subcommand, cargo_subcommand,
args, args,
clippy_args, clippy_args,