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
All the examples and tests use .accumulate(db), not ::push(). The incorrect syntax appears in book/src/overview.md, dating back to this commit from August 2022.
Is ::push() a planned API change, or is this just outdated documentation? Happy to open a PR to fix it if it's the latter.
The discrepancy caused some confusion when following the book - took a bit to figure out the correct API.