rename method

This commit is contained in:
Aleksey Kladov 2019-02-17 20:25:52 +03:00
parent e95fb7c9f9
commit 7187fc5c2a

View File

@ -101,7 +101,7 @@ impl Vfs {
rel_path.to_path(root_path)
}
pub fn num_roots(&self) -> usize {
pub fn n_roots(&self) -> usize {
self.roots.len()
}