mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
clippy
This commit is contained in:
parent
fd102816ff
commit
fffe03e76f
14 changed files with 24 additions and 56 deletions
|
@ -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..];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue