Start on Project::definition
that only works locally (for now)
This commit is contained in:
parent
11a83d01c2
commit
cbbf7391e8
3 changed files with 176 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue