You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Backtick `IndexMap`, `BTreeMap`, `IngredientList` in doc comments.
- Replace `or_insert_with(Vec::new)` with `or_default()` in pantry index.
- Use `contains_key` instead of `get(...).is_some()` in aisle tests.
- Explicit `'_` lifetime on `Vec<Event<'_>>` in parser test helpers.
- Normalize `PantryItem::WithAttributes` with no attributes back to
`Simple` on parse so write→parse roundtrips preserve the variant.
0 commit comments