onyx-tasks/crates/onyx-core
Claude 970210b647
refactor(sync): destructure remote in deleted-local branch
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.
2026-04-24 07:36:28 +00:00
..
src refactor(sync): destructure remote in deleted-local branch 2026-04-24 07:36:28 +00:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00