Skip to content

Commit c196e61

Browse files
committed
make clippy happy
1 parent e3b6316 commit c196e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pub struct Command<'w, 'pl> {
213213
log_output: bool,
214214
}
215215

216-
impl<'w, 'pl> Command<'w, 'pl> {
216+
impl<'w> Command<'w, '_> {
217217
/// Create a new, unsandboxed command.
218218
pub fn new<R: Runnable>(workspace: &'w Workspace, binary: R) -> Self {
219219
binary.prepare_command(Self::new_inner(binary.name(), Some(workspace), None))

0 commit comments

Comments
 (0)