Skip to content

Commit f489938

Browse files
committed
Auto merge of #13865 - epage:check-cfg, r=ehuss
style(test): Remove check-cfg warning This is currently breaking CI because we run effectively `RUSTDOCFLAGS=-Dwarnings cargo +nightly doc`
2 parents d72d0b2 + befb66d commit f489938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cargo-test-support/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![allow(clippy::disallowed_methods)]
22

33
fn main() {
4+
println!("cargo:rustc-check-cfg=cfg(emulate_second_only_system)");
45
println!(
56
"cargo:rustc-env=NATIVE_ARCH={}",
67
std::env::var("TARGET").unwrap()

0 commit comments

Comments
 (0)