We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc4aa2 commit 74cd34aCopy full SHA for 74cd34a
build.rs
@@ -1,5 +1,6 @@
1
fn main() {
2
// Warning: build.rs is not published to crates.io.
3
4
+ println!("cargo:rerun-if-changed=build.rs");
5
println!("cargo:rustc-check-cfg=cfg(async_trait_nightly_testing)");
6
}
0 commit comments