Fix warnings

This commit is contained in:
Lucien Greathouse
2020-03-21 17:49:56 -07:00
parent 330c92c9a8
commit 69c0e8d70e
3 changed files with 2 additions and 10 deletions

View File

@@ -181,6 +181,7 @@ impl ServeSession {
self.tree_mutation_sender.clone()
}
#[allow(unused)]
pub fn vfs(&self) -> &Vfs {
&self.vfs
}