Skip to content

Commit 2e814f7

Browse files
committed
Appease clippy
1 parent 1706fe6 commit 2e814f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_pbr/src/render/light.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ pub fn extract_clusters(mut commands: Commands, views: Query<(Entity, &Clusters)
391391
}
392392
}
393393

394+
#[allow(clippy::too_many_arguments)]
394395
pub fn extract_lights(
395396
mut commands: Commands,
396397
ambient_light: Res<AmbientLight>,

0 commit comments

Comments
 (0)