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

Don't warn about metadata keys in the manifest #2668

Merged
merged 1 commit into from
Jun 12, 2016

Commits on Jun 12, 2016

  1. Don't warn about metadata keys in the manifest

    External tools may want to store metadata in `Cargo.toml` that they read but
    Cargo itself doesn't read. For example `cargo-apk` uses this for pieces of
    configuration. Cargo unfortunately, however, warns about these keys as "unused
    keys in the manifest"
    
    This commit instead whitelists the `package.metadata` key to not warn about any
    data inside.
    alexcrichton committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    ebd630d View commit details
    Browse the repository at this point in the history