Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cargo doc --open on Windows #2780

Merged
merged 1 commit into from
Jun 10, 2016
Merged

Fix cargo doc --open on Windows #2780

merged 1 commit into from
Jun 10, 2016

Commits on Jun 10, 2016

  1. Fix cargo doc --open on Windows

    This fixes rust-lang#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.
    Boddlnagg committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    b9a4ef1 View commit details
    Browse the repository at this point in the history