making linters happy
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
This commit is contained in:
@@ -406,7 +406,7 @@ impl WorkerHealthProbe {
|
||||
|
||||
runtime_array.iter().any(|v| {
|
||||
v.as_str()
|
||||
.map_or(false, |s| s.eq_ignore_ascii_case(runtime_name))
|
||||
.is_some_and(|s| s.eq_ignore_ascii_case(runtime_name))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user