]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2780 - Boddlnagg:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 10 Jun 2016 13:48:41 +0000 (06:48 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2016 13:48:41 +0000 (06:48 -0700)
commit22f9cffcffbc0a6c8085ae9b667fc0af51521fc9
tree78cb9062f090e12e5de5e6374a005a199584935b
parentb5479d90e493edd7059bcd662cb8edc602034697
parentb9a4ef18c8b2ebadfad63e67137370cf3347a209
Auto merge of #2780 - Boddlnagg:patch-1, r=alexcrichton

Fix `cargo doc --open` on Windows

This fixes #2446. Note that I have not built cargo with this change, but I have tested the functionality in isolation (on Windows 10).

As to the issue itself, I don't know why the previous version didn't work, but `start` is redundant when `cmd /C` is used.