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 @@ fn new(mut old_args: I) -> Self clippy_args.push("--no-deps".into()); } - ClippyCmd { + Self { cargo_subcommand, args, clippy_args,