Skip to content

Commit

Permalink
Auto merge of #13865 - epage:check-cfg, r=ehuss
Browse files Browse the repository at this point in the history
style(test): Remove check-cfg warning

This is currently breaking CI because we run effectively `RUSTDOCFLAGS=-Dwarnings cargo +nightly doc`
  • Loading branch information
bors committed May 6, 2024
2 parents d72d0b2 + befb66d commit f489938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cargo-test-support/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(clippy::disallowed_methods)]

fn main() {
println!("cargo:rustc-check-cfg=cfg(emulate_second_only_system)");
println!(
"cargo:rustc-env=NATIVE_ARCH={}",
std::env::var("TARGET").unwrap()
Expand Down

0 comments on commit f489938

Please sign in to comment.