Skip to content

Commit b595e19

Browse files
committed
cargo -Zcheck-cfg is now stable
1 parent cd2ed56 commit b595e19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/src/core/builder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,6 @@ impl<'a> Builder<'a> {
15661566
// features but cargo isn't involved in the #[path] process and so cannot pass the
15671567
// complete list of features, so for that reason we don't enable checking of
15681568
// features for std crates.
1569-
cargo.arg("-Zcheck-cfg");
15701569
if mode == Mode::Std {
15711570
rustflags.arg("--check-cfg=cfg(feature,values(any()))");
15721571
}

0 commit comments

Comments
 (0)