Remove old TODO comment
This commit is contained in:
parent
cb36a25060
commit
050e043867
1 changed files with 0 additions and 1 deletions
|
|
@ -1553,7 +1553,6 @@ impl App {
|
||||||
// Watch new paths
|
// Watch new paths
|
||||||
for path in new_paths.iter() {
|
for path in new_paths.iter() {
|
||||||
if !old_paths.contains(path) {
|
if !old_paths.contains(path) {
|
||||||
//TODO: should this be recursive?
|
|
||||||
match watcher
|
match watcher
|
||||||
.watcher()
|
.watcher()
|
||||||
.watch(path, notify::RecursiveMode::NonRecursive)
|
.watch(path, notify::RecursiveMode::NonRecursive)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue