fix: build (#11611)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-04-30 23:49:18 +08:00
committed by GitHub
parent 83aae23ba6
commit 20fcddffbd
10 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
use hbb_common::config::Config;
use hbb_common::{
allow_err,
anyhow::bail,
config::Config,
config::{self, RENDEZVOUS_PORT},
log,
protobuf::Message as _,
@@ -10,7 +10,7 @@ use hbb_common::{
self,
sync::mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender},
},
ResultType,
whoami, ResultType,
};
use std::{