You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2668 - alexcrichton:dont-warn-about-metadata, r=brson
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.
0 commit comments