Move the fs module out of worktree

This commit is contained in:
Max Brunsfeld 2021-07-13 15:37:30 -07:00
parent dcae4747b0
commit 7260442d42
9 changed files with 19 additions and 14 deletions

View file

@ -1,6 +1,4 @@
use crate::{
language::LanguageRegistry, rpc, settings, time::ReplicaId, worktree::RealFs, AppState,
};
use crate::{fs::RealFs, language::LanguageRegistry, rpc, settings, time::ReplicaId, AppState};
use gpui::AppContext;
use std::{
path::{Path, PathBuf},