diff options
| author | mo8it <mo8it@proton.me> | 2024-10-17 14:44:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-10-17 14:49:07 +0200 |
| commit | 99496706c5041affdc252649bfc74d50a2187271 (patch) | |
| tree | a05c04748a3386857f45cec581a12dd9ae20cb0f /src/cmd.rs | |
| parent | f146553dead78357cd44736dfca97b1349418fa2 (diff) | |
Apply new Clippy lints
Diffstat (limited to 'src/cmd.rs')
| -rw-r--r-- | src/cmd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
