Start work on implementing ::file on remote WorktreeHandles
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user