mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Resolve all '#[allow(clippy::len_zero)]' error supressions
This commit is contained in:
parent
2c764c663a
commit
6480cbd784
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user