diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2022-01-13 12:11:21 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2022-01-13 12:47:48 +0100 |
| commit | 11be495bdeac098efe9897b14aa915255fc401e9 (patch) | |
| tree | 86b5cb4f12d859863be1a2da079369e05daaa79f /src | |
| parent | dda2aef64fb5b4903a28e5d4fb8d63483642cc6f (diff) | |
| parent | 60e68d68c655ad0d29343fcc4c0e1deddc4d596d (diff) | |
| download | rust-11be495bdeac098efe9897b14aa915255fc401e9.tar.gz rust-11be495bdeac098efe9897b14aa915255fc401e9.zip | |
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 7ebdd947893..240e233420f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -96,7 +96,7 @@ impl ClippyCmd { clippy_args.push("--no-deps".into()); } - ClippyCmd { + Self { cargo_subcommand, args, clippy_args, |
