aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/lib.rs
diff options
context:
space:
mode:
authorBernardo <[email protected]>2019-01-12 19:32:24 +0000
committerAleksey Kladov <[email protected]>2019-01-26 08:46:16 +0000
commit5f31d495bdc8639a826f60c6f42d12bb89be9f1a (patch)
treebb5d17ad818a93a3d1666c3bf5e11ae0732a11d9 /crates/ra_vfs/src/lib.rs
parent76bf7498aa88c4de4517f4eb1218807fdfc7071b (diff)
reference `notify` issue
Diffstat (limited to 'crates/ra_vfs/src/lib.rs')
-rw-r--r--crates/ra_vfs/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_vfs/src/lib.rs b/crates/ra_vfs/src/lib.rs
index 2930f6b80..3eeec8b1c 100644
--- a/crates/ra_vfs/src/lib.rs
+++ b/crates/ra_vfs/src/lib.rs
@@ -225,7 +225,7 @@ impl Vfs {
225 } 225 }
226 } 226 }
227 watcher::WatcherChange::Rescan => { 227 watcher::WatcherChange::Rescan => {
228 // TODO send Task::AddRoot? 228 // TODO we should reload all files
229 } 229 }
230 }, 230 },
231 io::TaskResult::LoadChange(None) => {} 231 io::TaskResult::LoadChange(None) => {}