Apply new Clippy lints

This commit is contained in:
mo8it
2024-10-17 14:49:07 +02:00
parent f146553dea
commit 99496706c5
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ pub struct CargoSubcommand<'out> {
output: Option<&'out mut Vec<u8>>,
}
impl<'out> CargoSubcommand<'out> {
impl CargoSubcommand<'_> {
#[inline]
pub fn args<'arg, I>(&mut self, args: I) -> &mut Self
where