mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
cargo fmt
This commit is contained in:
@@ -27,7 +27,7 @@ cfg_if! {
|
||||
use tokio::io::AsyncBufReadExt;
|
||||
use tokio::io::AsyncWriteExt;
|
||||
} else {
|
||||
compile_error!("needs executor implementation")
|
||||
compile_error!("needs executor implementation");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[cfg(all(feature = "rt-async-std", windows))]
|
||||
compile_error! {"async-std compilation for windows is currently unsupportedg"}
|
||||
compile_error!("async-std compilation for windows is currently unsupported");
|
||||
|
||||
mod client_api;
|
||||
mod server;
|
||||
|
||||
@@ -49,6 +49,6 @@ cfg_if! {
|
||||
local.block_on(&rt, f)
|
||||
}
|
||||
} else {
|
||||
compile_error!("needs executor implementation")
|
||||
compile_error!("needs executor implementation");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -132,7 +132,7 @@ impl VeilidLogs {
|
||||
.with_endpoint(format!("http://{}", grpc_endpoint));
|
||||
let batch = opentelemetry_sdk::runtime::Tokio;
|
||||
} else {
|
||||
compile_error!("needs executor implementation")
|
||||
compile_error!("needs executor implementation");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user