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 4 weeks ago

xkikeg commented 4 weeks ago

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