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