Skip to content

Commit befb66d

Browse files
committed
style(test): Remove check-cfg warning
This is currently breaking CI because we run effectively `RUSTDOCFLAGS=-Dwarnings cargo +nightly doc`
1 parent d72d0b2 commit befb66d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cargo-test-support/build.rs

+1
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)