Skip to content

Commit

Permalink
chore: fix unexpected cfg warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed May 6, 2024
1 parent c62ea80 commit d543d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
println!("cargo:rustc-check-cfg=cfg(hyper_unstable_ffi)");
println!("cargo:rustc-check-cfg=cfg(hyper_unstable_tracing)");
}

0 comments on commit d543d8e

Please sign in to comment.