Resolve all '#[allow(clippy::len_zero)]' error supressions

This commit is contained in:
Dr. Dystopia
2021-07-09 21:31:04 +02:00
parent bfad3523fc
commit 28b7911e19

View File

@ -748,7 +748,6 @@ impl<V: RectRasterableVol> Terrain<V> {
/// Maintain terrain data. To be called once per tick.
#[allow(clippy::for_loops_over_fallibles)] // TODO: Pending review in #587
#[allow(clippy::len_zero)] // TODO: Pending review in #587
pub fn maintain(
&mut self,
renderer: &mut Renderer,