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
cargo: whitelist cfg flags for latest versions of cargo
cargo now complains about #[cfg] attributes that don't match cargo
features, unless you explicitly whitelist them. This is very useful for
catching typos. Whitelist the ones we use, and set the lint from "warn"
to "deny".
0 commit comments