Move the fs module out of worktree

This commit is contained in:
Max Brunsfeld
2021-07-13 15:40:11 -07:00
parent dcae4747b0
commit 7260442d42
9 changed files with 19 additions and 14 deletions
+2 -1
View File
@@ -2732,9 +2732,10 @@ impl ToPoint for usize {
mod tests {
use super::*;
use crate::{
fs::RealFs,
test::{build_app_state, temp_tree},
util::RandomCharIter,
worktree::{RealFs, Worktree, WorktreeHandle},
worktree::{Worktree, WorktreeHandle as _},
};
use gpui::ModelHandle;
use rand::prelude::*;