Move the fs module out of worktree
This commit is contained in:
parent
dcae4747b0
commit
7260442d42
9 changed files with 19 additions and 14 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue