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
@@ -15,11 +15,12 @@ use sqlx::{
use std::{path::Path, sync::Arc};
use zed::{
editor::Editor,
fs::{FakeFs, Fs as _},
language::LanguageRegistry,
rpc::Client,
settings,
test::Channel,
worktree::{FakeFs, Fs as _, Worktree},
worktree::Worktree,
};
use zrpc::{ForegroundRouter, Peer, Router};