From a13b98625983a73e18a7edd59d23be65eb18bc07 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 27 Dec 2023 16:02:55 +0200 Subject: [PATCH] Update todo.txt --- todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.txt b/todo.txt index 44e6798..8eeabbf 100644 --- a/todo.txt +++ b/todo.txt @@ -2,5 +2,6 @@ 2. Go over all the code again and make sure it makes sense 3. Refactor the scout to get &str instead of a line and return the match itself with the line - this way we can test it with no fs 4. Walk performance - Fix walk ignores, and see how can we perform walk better. +5