summaryrefslogtreecommitdiff
path: root/src/cmd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.rs')
-rw-r--r--src/cmd.rs2
1 files changed, 1 insertions, 1 deletions
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<u8>>,
}
-impl<'out> CargoSubcommand<'out> {
+impl CargoSubcommand<'_> {
#[inline]
pub fn args<'arg, I>(&mut self, args: I) -> &mut Self
where