Fix clippy warnings
This commit is contained in:
parent
8419108e96
commit
19cfcd5c5a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue