Skip to content

Commit

Permalink
style(test): Remove check-cfg warning
Browse files Browse the repository at this point in the history
This is currently breaking CI because we run effectively `RUSTDOCFLAGS=-Dwarnings cargo +nightly doc`
  • Loading branch information
epage committed May 6, 2024
1 parent d72d0b2 commit befb66d
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 befb66d

Please sign in to comment.