mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-11 09:39:06 +02:00
treewide: clippy fixes
Fix all clippy warnings as of Rust 1.83.0.
This commit is contained in:
parent
2156bff59a
commit
4933d8e15f
7 changed files with 16 additions and 16 deletions
|
@ -58,7 +58,7 @@ struct LayerEntry<'a> {
|
|||
depth: &'a mut Option<BlockHeight>,
|
||||
}
|
||||
|
||||
impl<'a> LayerEntry<'a> {
|
||||
impl LayerEntry<'_> {
|
||||
/// Returns true if the entry has not been filled yet (no opaque block has been encountered)
|
||||
///
|
||||
/// The depth value is filled separately when a non-water block is encountered after the block type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue