1
0
forked from ROMEO/nexosim

Move loom as a dev-dependency

This commit is contained in:
Serge Barral
2024-09-07 19:53:30 +02:00
parent e75edcbd33
commit 114c148114
3 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
// Prevent warnings when checking for flag `asynchronix_loom`.
println!("cargo::rustc-check-cfg=cfg(asynchronix_loom)");
#[cfg(feature = "rpc-codegen")]
let builder = tonic_build::configure()
.build_client(false)