From 99496706c5041affdc252649bfc74d50a2187271 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 17 Oct 2024 14:44:48 +0200 Subject: Apply new Clippy lints --- src/cmd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd.rs') diff --git a/src/cmd.rs b/src/cmd.rs index 4a93312..30f988a 100644 --- a/src/cmd.rs +++ b/src/cmd.rs @@ -125,7 +125,7 @@ pub struct CargoSubcommand<'out> { output: Option<&'out mut Vec>, } -impl<'out> CargoSubcommand<'out> { +impl CargoSubcommand<'_> { #[inline] pub fn args<'arg, I>(&mut self, args: I) -> &mut Self where -- cgit v1.2.3