This commit is contained in:
Nikolay Kim 2021-05-17 17:32:53 +06:00
parent fd102816ff
commit fffe03e76f
14 changed files with 24 additions and 56 deletions

View file

@ -265,7 +265,7 @@ impl Tree {
base_skip,
)
})
.filter_map(|x| x)
.flatten()
.next();
return if let Some((val, skip)) = res {
@ -519,7 +519,7 @@ impl Tree {
base_skip,
)
})
.filter_map(|x| x)
.flatten()
.next()
{
return Some(res);
@ -559,7 +559,7 @@ impl Tree {
base_skip,
)
})
.filter_map(|x| x)
.flatten()
.next();
} else {
path = &path[idx + 1..];