This commit is contained in:
Antonio Scandurra 2021-06-18 19:28:39 +02:00
parent 89d25458ac
commit f9d8e952f2
5 changed files with 76 additions and 17 deletions

View file

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