summaryrefslogtreecommitdiffstats
path: root/svgbob/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/TODO.md')
-rw-r--r--svgbob/TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgbob/TODO.md b/svgbob/TODO.md
index 2ccf823..19c8dcf 100644
--- a/svgbob/TODO.md
+++ b/svgbob/TODO.md
@@ -15,3 +15,4 @@
- [ ] Use perfect hashmap [phf](https://crates.io/crates/phf) to efficiently build the maps(unicode_map, circle_map, ascii_map) at compile time.
- [ ] Fix the double arrow issue
When there is 2 arrows in the middle of a line `---->>-------` or `----<<----`
+- [ ] Clean the project enforce deny warnings.