diff --git a/src/main.rs b/src/main.rs index 7ebdd947893e9..240e233420f0e 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,