Files
web-macro/build.rs
2026-03-02 22:45:57 +01:00

4 lines
69 B
Rust

fn main() {
println!("cargo:rustc-env=RUST_TEST_NOCAPTURE=1");
}