Start on Project::definition that only works locally (for now)

This commit is contained in:
Antonio Scandurra 2022-01-20 12:11:41 +01:00
parent 11a83d01c2
commit cbbf7391e8
3 changed files with 176 additions and 12 deletions

View file

@ -1947,7 +1947,7 @@ impl fmt::Debug for Snapshot {
#[derive(Clone, PartialEq)]
pub struct File {
entry_id: Option<usize>,
worktree: ModelHandle<Worktree>,
pub worktree: ModelHandle<Worktree>,
worktree_path: Arc<Path>,
pub path: Arc<Path>,
pub mtime: SystemTime,