From 1f44adcf333298e31b8fd61b4387678e3a6111ff Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:28:43 -0400 Subject: [PATCH] chore: Updated TODOs. --- mustache/TODOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mustache/TODOS.md b/mustache/TODOS.md index 74d61a3..e42cfa8 100644 --- a/mustache/TODOS.md +++ b/mustache/TODOS.md @@ -1,2 +1,3 @@ - [ ] Initialize string builder size based on filesize? - [ ] Review [whitespace handling code](./tokenizer.odin) +- [ ] Add leak checks for public procs.