mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 11:53:44 +00:00
Fix clippy warnings
This commit is contained in:
parent
8419108e96
commit
19cfcd5c5a
@ -96,7 +96,7 @@ impl ClippyCmd {
|
||||
clippy_args.push("--no-deps".into());
|
||||
}
|
||||
|
||||
ClippyCmd {
|
||||
Self {
|
||||
cargo_subcommand,
|
||||
args,
|
||||
clippy_args,
|
||||
|
Loading…
Reference in New Issue
Block a user