From 050e0438674da86e0d9e5d268b7f423441eff8af Mon Sep 17 00:00:00 2001 From: Jorge Menjivar Date: Thu, 24 Jul 2025 05:18:21 -0700 Subject: [PATCH] Remove old TODO comment --- src/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index fad22bf..7cff634 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1553,7 +1553,6 @@ impl App { // Watch new paths for path in new_paths.iter() { if !old_paths.contains(path) { - //TODO: should this be recursive? match watcher .watcher() .watch(path, notify::RecursiveMode::NonRecursive)