Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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".
- Loading branch information