Skip to content

Commit d543d8e

Browse files
committed
chore: fix unexpected cfg warning
1 parent c62ea80 commit d543d8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fn main() {
2+
println!("cargo:rustc-check-cfg=cfg(hyper_unstable_ffi)");
3+
println!("cargo:rustc-check-cfg=cfg(hyper_unstable_tracing)");
4+
}

0 commit comments

Comments
 (0)