Start work on implementing ::file on remote WorktreeHandles
This commit is contained in:
parent
f9d8e952f2
commit
a2a6d67e1e
4 changed files with 76 additions and 70 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue