The `(None, Some(_), Some(b))` arm re-checked the already-matched `remote` via `remote.is_some_and(...)`, which obscures intent and compiles to redundant None-branch code. Bind `Some(r)` in the match and use `r` directly. No behavior change. |
||
|---|---|---|
| .. | ||
| onyx-cli | ||
| onyx-core | ||