chore: clippy fix some code on Windows (#2106)

This commit is contained in:
Luna Yao
2026-04-12 16:13:58 +02:00
committed by GitHub
parent 83010861ba
commit c6cb1a77d0
5 changed files with 28 additions and 37 deletions
@@ -202,13 +202,12 @@ mod tests {
.arg("1")
.arg("-w")
.arg("100")
.arg(&fake_ip.to_string())
.arg(fake_ip.to_string())
.output()
.await
&& o.status.success()
{
if o.status.success() {
break;
}
break;
}
}