Start work on implementing ::file on remote WorktreeHandles

This commit is contained in:
Max Brunsfeld 2021-06-18 13:32:38 -07:00
parent f9d8e952f2
commit a2a6d67e1e
4 changed files with 76 additions and 70 deletions

View file

@ -22,7 +22,7 @@ pub struct MatchCandidate<'a> {
pub struct PathMatch {
pub score: f64,
pub positions: Vec<usize>,
pub tree_id: u64,
pub tree_id: usize,
pub path: Arc<Path>,
pub include_root_name: bool,
}