mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
apply clippy optimizations
This commit is contained in:
parent
16d5daa1e1
commit
54901cded6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue