Suppress needless_range_loop in chunk loading for clarity -- it will always be 16, and this value is not from block_types, blocks_meta, blocks_add, but must be consistent with all variables and is part of the wire protocol

This commit is contained in:
ice_iix 2020-07-02 17:47:12 -07:00
parent 0d1e86a233
commit 7ef173416a
1 changed files with 1 additions and 0 deletions

View File

@ -801,6 +801,7 @@ impl World {
)
}
#[allow(clippy::needless_range_loop)]
fn load_uncompressed_chunk17(
&mut self,
x: i32,