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

Ignore broken Cargo.toml in git sources #7947

Merged
merged 1 commit into from
Mar 2, 2020

Commits on Feb 29, 2020

  1. Ignore broken Cargo.toml in git sources

    Commit 3d6de41 (rust-lang#3998) made cargo
    ignore Cargo.toml files that are invalid TOML in a git source.
    This change further ignores Cargo.toml files that are valid TOML but
    cannot really be loaded.
    
    This is potentially an alternative fix for rust-lang#6822.
    quark-zju committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    a2cddee View commit details
    Browse the repository at this point in the history