We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b6316 commit c196e61Copy full SHA for c196e61
src/cmd/mod.rs
@@ -213,7 +213,7 @@ pub struct Command<'w, 'pl> {
213
log_output: bool,
214
}
215
216
-impl<'w, 'pl> Command<'w, 'pl> {
+impl<'w> Command<'w, '_> {
217
/// Create a new, unsandboxed command.
218
pub fn new<R: Runnable>(workspace: &'w Workspace, binary: R) -> Self {
219
binary.prepare_command(Self::new_inner(binary.name(), Some(workspace), None))
0 commit comments