xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

Corrected ReportContext / intern lifetime. #170

Closed xkikeg closed 2 months ago

xkikeg commented 2 months ago

It used to be bounded to ReportContext reference lifetime, but it must be Arena lifetime.