]> git.lizzy.rs Git - rust.git/commit
move watcher to io module
authorBernardo <berublan@gmail.com>
Mon, 21 Jan 2019 17:59:54 +0000 (18:59 +0100)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 26 Jan 2019 08:46:27 +0000 (11:46 +0300)
commit277e0f1baa21b8f3e5b040b78ce2bd6beca6cd7c
tree2445703704ed75987a157302401c5d144788c8a2
parent7f7c4e7465f58cdbfdaaf232d571960f1b754b7c
move watcher to io module
crates/ra_vfs/src/io.rs [deleted file]
crates/ra_vfs/src/io/mod.rs [new file with mode: 0644]
crates/ra_vfs/src/io/watcher.rs [new file with mode: 0644]
crates/ra_vfs/src/lib.rs
crates/ra_vfs/src/watcher.rs [deleted file]