openobserve/build.rs

5 lines
135 B
Rust

fn main() {
// Tell Cargo to check the `tokio_unstable` cfg condition
println!("cargo:rustc-check-cfg=cfg(tokio_unstable)");
}