parent
a316428686
commit
0f17e82154
28 changed files with 33 additions and 45 deletions
|
@ -98,7 +98,7 @@ impl<Label: Ord + Clone> RootPathTrie<Label> {
|
|||
};
|
||||
}
|
||||
if !current.labels.is_empty() {
|
||||
(callback)(¤t.worktree_relative_path, ¤t.labels);
|
||||
let _ = (callback)(¤t.worktree_relative_path, ¤t.labels);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue