提交 6e616a57 authored 作者: Serhij S's avatar Serhij S

fmt

上级 2023a014
...@@ -9,7 +9,6 @@ use std::sync::Arc; ...@@ -9,7 +9,6 @@ use std::sync::Arc;
use tracing::info; use tracing::info;
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
#[repr(C)]
#[binrw] #[binrw]
struct Env { struct Env {
temp: f64, temp: f64,
...@@ -63,7 +62,7 @@ impl Worker<Message, Variables> for Worker1 { ...@@ -63,7 +62,7 @@ impl Worker<Message, Variables> for Worker1 {
} }
} }
// EAPI requires a separate connector worker // EAPI requires a separate connector worker to run with
#[derive(WorkerOpts)] #[derive(WorkerOpts)]
#[worker_opts(name = "eapi", blocking = true)] #[worker_opts(name = "eapi", blocking = true)]
struct EAPIConnector { struct EAPIConnector {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论