about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2022-01-13 12:11:21 +0100
committerflip1995 <philipp.krones@embecosm.com>2022-01-13 12:47:48 +0100
commit11be495bdeac098efe9897b14aa915255fc401e9 (patch)
tree86b5cb4f12d859863be1a2da079369e05daaa79f /src
parentdda2aef64fb5b4903a28e5d4fb8d63483642cc6f (diff)
parent60e68d68c655ad0d29343fcc4c0e1deddc4d596d (diff)
downloadrust-11be495bdeac098efe9897b14aa915255fc401e9.tar.gz
rust-11be495bdeac098efe9897b14aa915255fc401e9.zip
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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,