From 19cfcd5c5a604523fd58c844f90f149021b0fb51 Mon Sep 17 00:00:00 2001 From: Piotr Mikulski Date: Mon, 3 Jan 2022 06:11:11 -0800 Subject: [PATCH] Fix clippy warnings --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7ebdd947893e..240e233420f0 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,