Skip to content

Commit

Permalink
Add tokio_unstable to the list of reachable #[cfg(...)]s
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed May 13, 2024
1 parent 4f22913 commit 5bf2188
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ compile_error!(
If you are unsure, go with `rustls_backend`."
);

fn main() {}
fn main() {
println!("cargo:rustc-check-cfg=cfg(tokio_unstable)");
}

0 comments on commit 5bf2188

Please sign in to comment.