fix(#2635): close review nits on the questions mirror (inc2 pt2)

This commit is contained in:
damocles 2026-07-23 22:01:27 +02:00 committed by mara
commit 7b2645078a
3 changed files with 51 additions and 30 deletions

View file

@ -172,9 +172,9 @@ async fn handle_conn(
/// Apply one request to the store, firing `wake` on a new/changed upsert so
/// the serve loop runs a turn. Each arm calls a small named handler function
/// directly — no sub-match/`unreachable!()` indirection per family (that
/// pattern got reviewed out of the todo family in #2679; kept the reminder
/// and question families consistent with it here rather than reintroducing
/// it). `reminders`/`questions` are `None` when that store failed to open at
/// pattern got reviewed out of the todo family in the diagnostic-logging
/// follow-up PR; kept the reminder and question families consistent with it
/// here rather than reintroducing it). `reminders`/`questions` are `None` when that store failed to open at
/// boot, in which case every op in that family returns an `Err` — each
/// handler checks for its own `None` case.
fn dispatch(