mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
fix: unexpected clippy error
This commit is contained in:
parent
63a77b1c7d
commit
654152391b
@ -400,6 +400,7 @@ async fn wait_for_service_ipc(status: &mut ServiceManager, reason: &str) -> Resu
|
||||
status.0 = ServiceStatus::Unavailable(reason.into());
|
||||
let config = ServiceManager::config();
|
||||
let mut attempts = 0u32;
|
||||
#[allow(unused_assignments)]
|
||||
let mut last_err = anyhow!("service not ready");
|
||||
|
||||
loop {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user