mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
apply clippy optimizations
This commit is contained in:
parent
16d5daa1e1
commit
54901cded6
@ -75,7 +75,7 @@ impl Navigation {
|
|||||||
} else {
|
} else {
|
||||||
index
|
index
|
||||||
});
|
});
|
||||||
Some((start.clone(), end.clone()))
|
Some((*start, *end))
|
||||||
}
|
}
|
||||||
None => {
|
None => {
|
||||||
self.index
|
self.index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user