mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-12 00:05:07 +02:00
world/chunk: fix new Rust 1.86 clippy warning
This commit is contained in:
parent
58f2ff53b9
commit
69b62576ea
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ impl<'a> Iterator for SectionIter<'a> {
|
|||
}
|
||||
|
||||
fn last(mut self) -> Option<Self::Item> {
|
||||
self.with_iter(|iter| iter.last())
|
||||
self.next_back()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue